body{
	margin: 0px;
	padding: 0px;
}
header{
	width: 100%;
}
h1{
	font-style: oblique;
	line-height: 100px;
}
.logo{
	float: left;
}
.logo img{
	width: 100px;
	height: 100px;
	
}
section img{
	border: double gainsboro 7px;
	width:250px;
	height: 250px;

}
button{
	font-size: 50px;
	background:cyan;
	margin-left: 30px;
	height: 100px;
}
footer{
	margin-top: 160px;
}
@media screen and (max-width: 600px){
	h1{
		line-height: 50px;
	}
	.logo img{
		width: 50px;
		height: 50px;
	}

section img{
width: 80%;
height: 300px;
}
button{
	font-size: 30px;
	height: 50px;
}
footer{
	margin-top: 200px;
}

}
