body {
	margin: 0;
}

img {
	width: 250px;
	height: 250px;
	margin: 0;
	padding: 10px;
	border-radius: 20px;
}

#select {
	
	margin-top: 20px;
	margin-bottom: 10px;
	width: 250px;
	height: 40px;
	font-family: Arial;
	font-size: 15px;
	background-color: white;
	color: orange;
	border-radius: 10px;
}

#container{
	width: 1100px;
	margin-bottom: 0px;
}

footer{
	margin: 0 auto;
}

footer p{
	float: right;
	margin-right: 20px;
	margin-top: 55px;
	color: black;
	font-family: sans-serif;
}

.footer-link{
	color: orange;
	text-decoration: none;
}