html{
    height:100%;
}

body{
    max-width:1000px;
    margin:0 auto;
    text-align: center;
    background-color: white;
    height:80%;
    font-family: 'Josefin Sans', sans-serif;
   
    
}
main{
   font-family: sans-serif;
   text-align: left;
}
nav{
    background-color: white;
    text-align: center;
}
nav a{
    text-decoration: none;
    font-size: 30px;
    padding: 0 30px;
    color: black;
    
    
    
    
}

nav a:hover{
    color: orangered;
}
nav a.active{
    color: red;
}

header{
    text-align: center;
    background-color: white;
    font-size: 30px;
    color:black;
    
}
footer{
    font-size:15px;
    position:fixed;
    left: 0;
    bottom: 0;
    width:100%;
    text-align:center;
    background-color: red;
    color: black;


}

table{
    text-align: center;
    margin: 50px auto; 
    width:20%;
}
table caption{
    margin-bottom: 100px;
    font-size:50px;
}