body {
   background: #50906e;
   color: #000000;
   font-family: caveat;
   font-size: 30px;
}
.container{
background: #969595;
margin: 30px auto;
width: 900px;
height: 1060px;
}
.header {
width: 900px;
height: 300px;
}
.navigation {
background: #50906e;
white-space: 900px;
height: 40;
margin-top: 10px;
margin-bottom: 10px;
}
.content{
background: #3f8a5f;
width: 900px;
height:650px ;
}
.footer{
background: #b3b3b3;
height: 50px;
width: 900px;
text-align: center;
font-size: 18px;
}
a {
    color: #000000;
    text-decoration: none;
}
td {
   width: 225px;
   text-align: center;
   font-size: 20px;
}
h1{
 font-size: 28px;
}
p{
font-size: 20px;
}
