* {
margin: 0;
padding: 0;
text-decoration: none;
font-family: "Trebuchet MS", Arial;
}

body {
background-color: rgb(90,90,90);
}

.topbar {
width:1000px;
height: 200px;
margin: auto;
margin-top: 0.5%;
background-color: red;
}

.menu {
height: 50px;
width: 1000px;
margin: auto;
background-color: rgb(225,225,225);
}

.menu ul {
list-style: none;
}

.menu a {
color: black;
font-size: 2em;
text-align: center;
float: left;
height: 100%;
width: 20%;
vertical-align: middle;
line-height: 50px;  
}

.menu a:hover {
background-color: rgb(58,206,256);
}

.container
{
background-color: rgb(225,225,225);
width: 1000px;
margin: auto;
margin-top: 1.5%;
}

.container img {
width: 250px;
height: 150px;
margin: 2% 2% 2% 5%;
}

.footer {
color:white;
width: 1000px;
text-align: center;
margin: auto;
padding: 20px;
font-size: 1.5em;
clear: both;
}
