body{
	background: #A7B8A6;
}
h1{
	width: 100%;
	height: 60px;
	text-align: center;
	color: #F2440C;
	font: 30px bold Arial;
}
input{
	width: 70%;
	margin: 5% 15%;
	height: 50px;
	border-radius: 10px;}
.butn{
	width: 100%;
	height: 80px;
	/*border: 1px solid red;*/
	bottom: 0;
	right: 0;
	position: fixed;
}
.butn button{
	width: 48%;
	height: 40px;
	border-radius: 25px;
	background: orangered;
	color: black;
	margin: 2% 1%;
	float: left;
}
img{
	margin: 0 30%;
}