body{
    width: 100%;
    height: 100vh;
    background-color: whitesmoke;
    justify-content: center;
    align-items: center;
    display: flex;
}

.nav{
    width: 100%;
    height: 70px;
    background-color: navy; 
    padding: 20px;  
    box-sizing: border-box;
}

a{
    color: whitesmoke;
    margin: auto;
    margin-left: 20px;
    font-size: large;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-decoration: none;   
}

h2{
    font-size: 30px;

}

form{
    width: 40%;
    height: 430px;
    background-color: lightskyblue;
    
}

table{
    width: 80%;
    border-collapse: collapse;
}

th,td{
    border: 1px solid black;
    height: 40px;
    text-align: center;
}
