.my_photo{
	width: 350px;
	float: right;
}

.info_me{
	width: 850px;
	margin: 0 auto;
	clear: both;
	background-color: #f2f2f2;
}
.box{
	float: left;
	padding-top: 150px;
}
.nav{
	float: right;
	border: 1px solid black;
	margin-top: 50px;
	color: black;
	clear: both;
}
a{
	color: black;
	text-decoration: none; 
}
.container{
	margin: 0 auto;
	width: 960px;
}
.progect{
	width: 405px;
	height: 300px;
	display: inline-block;	
	margin-left: 50px;
	margin-bottom: 50px;
}
.header{
	height: 700px;
}
.soft_skils{
	float: right;
	width: 473px;
}
.advantages{
	clear: both;
}
.hard_skils{
	float: left;
	width: 475px;
}
.footer{
	height: 300px;
}
input[type=text], select, textarea {
    width: 100%; 
    padding: 12px;  
    border: 1px solid #ccc; 
    border-radius: 4px; 
    box-sizing: border-box; 
    margin-top: 6px; 
    margin-bottom: 16px; 
    resize: vertical;
}


input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
input[type=submit]:hover {
    background-color: #45a049;
}
.container {
    background-color: lightgrey;
    padding: 20px;
}
body{
	background: url(../img/bgg.jpeg);

}
.header{
	width: 960px;
	margin: 0 auto;
	background-color: lightgrey;
	padding: 20px;
	border-top-left-radius: 2%;
	border-top-right-radius: 2%;
}
.progect_photo{
	width: 400px;
	height: 200px;
}