.content {
    width: 84vw;
    float: right;
    background-color: #93b7b7;
    padding: 4px 4px 4px 4px;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #5b7b79;
}
html {
    background-color: #6a8e8b;
}
.nav-links {
    padding-top: 50vh;
    font-size: 40px;
}
.navbar header {
    margin-left: 20px;
}
.nav-parent {
    display: block;
    float: left;
    background-color: #b6b9b9;
    padding: 4px 4px 4px 4px;
    width: 10vw;
    height: 70vh;
    overflow: hidden;
    border-radius: 5px;
    position: sticky;
    top: 0;
    box-shadow: 5px 5px 5px #5b7b79;
}
header {
    font-size: 24px;
}
h3 {
    font-size: 18px
}
section {
    background-color: rgba(255, 255, 255, 0.22);
    border-radius: 10pxl
}
@media only screen and (max-width: 600px) {
    body {
        background-color: lightblue;
    }
}