*
{
    box-sizing: border-box;
}
nav
{
width:80%;

float: left;
text-align: center;

padding-top: 20px;
background-color:black;
padding-bottom: 20px;
color: white;
font-size: x-large;
}
logo
{
    width:20%;
   
    float: left;

padding-top: 10px;
background-color:black;
padding-bottom: 11px;

    
}
main
{
    padding-left: 200px;
    padding-right: 200px;
    padding-top: 100px;
    padding-bottom: 100px;
}

a{
    color: antiquewhite;
}
a:hover{
    color: red;
    background-color: antiquewhite;
}
body{
    background-color: rgb(211, 126, 14);
}
footer
{
    position:fixed;
    bottom:0;
    padding-left: 200px;
    padding-right: 200px;
}
 p
 {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: medium;
 }
 th, td {
  padding: 10px;
  font-size: x-large;
}
table {
  border: 1px solid;
}
tr{
    height: 70px;
    border-collapse:collapse
}
ul{
    font-size: larger;
    
}