*{
	margin:0;
	padding:0;
}

html,body{
	background: rgb(132, 191, 214);
}

img{
	position: relative;
	float:left;
	width:25%;
	height:25vw;
}

h1{
	font-size: 80px;
	text-align: center;
	margin:35px auto;
	padding:14px;
	color:rgb(102, 80, 65);
	background:rgb(132, 191, 214);
	font-family: serif;
	font-weight: bold;
	text-transform: uppercase;
}

select{
	font-size:50px;
	margin:20px;
}
















