body{
	min-height: 400px;
	max-width: 100%;
	background-color: #222222;
}
.container{
	WIDTH: 100%;
	HEIGHT:600PX;
	background-image: url('1.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: -100px;
    
    }
button{
	height:50px;
	width:30%;
	border-radius: 10px;
	background-color: #31b6d7;
	color: white;
	font-weight: bold;
	background-size: contain;
	margin-top: 28%;
	margin-left:8%;
	background-size: 100% 100%;
	text-align: center;
}
button:hover{
	background-color: #65bdbf;
}
.footer{
background-color: #222222;
height:50px;
width:100%;

text-align: center;
color: white;

}