.homenav{
    table{width:50%;border: 2px solid blue;}
    th{width:30%;height:35px}
    button{height:100%;width:100%;background-color: rgb(255, 208, 0);color: rgb(13, 14, 43); text-align: center; display: inline-block; font-size: 16px;}
    margin-bottom: 10px;
}

.nav{
    table{width:65%;border: 2px solid blue;}
    th{width:20%;height:35px}
    button{height:100%;width:100%;background-color: rgb(255, 208, 0);color: rgb(13, 14, 43); text-align: center; display: inline-block; font-size: 16px;}
    margin-bottom: 10px;
}


body {
    margin: auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-family:'Franklin Gothic Light', Arial, sans-serif;
    font-size: x-large;
}

.container {
    background-color: yellow;
    padding: 20px;
    width: 80vw;
    max-width: 90vw;
    color: rgb(13, 14, 43);

}

h1 {
      font-family: "Zalando Sans Expanded", sans-serif;
    font-size: 50px;
    color: blue;
    margin-top:10px;
    margin-bottom: 8px;
}
