body {
    padding: 0;
    margin: 0;
    border-top: 8px #119594 solid
}

.nav-bar {
    height: 10dvh;
    width: 100dvw;
}

.nav-container {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.nav-button {
    padding: 0.9rem 1.5rem;
    border-top: 3px solid transparent;
    text-decoration: none;
    color:#695d47;
}

.nav-button:hover {
    border-top: 3px #119594 solid;
    color: #1cb7b4;
    transition: 0.3s
}