body {
    margin: 0;
}

.nbar {
    background-color: #65eb69;
    width: 100%;
    height: 7vh;
}

#title {
    text-decoration: none;
    color: black;
    font-size: 5.5vh;
    font-family: 'Inconsolata', monospace;
    font-family: 'Roboto', sans-serif;
}

.top_div {
    font-family: 'Inconsolata', monospace;
    font-family: 'Roboto', sans-serif;
    font-size: 4vh;
    margin-top: 3vh;
}

.socials {
    margin-top: 10vh;
}