body {
    font-family:'Courier New', Courier, monospace;
    background-color: rgb(210, 198, 182);
}

.home {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.about-content {
    text-align: left;
    width: 50%;
    /* height: 100vh; */
    margin: auto;
    position: relative;
    padding-bottom: 50px;
}

.home-content {
    text-align: center;
}

.navbar {
    margin-top: 10px;
}

.navbar a {
    margin: 0 5px;
    text-decoration: none;
    color: #000;
}

.navbar a:hover {
    text-decoration: underline;
}

.about a {
    color: #000;
    text-decoration: underline;
}

.navmenu {
    display: none;
    position: fixed;
    margin: 0;
    top: 32px;
}

.navmenu a {
    text-decoration: none;
}

.navmenu a:hover {
    text-decoration: underline;
    color: grey;
}

#contact {
    margin-top: 20px;
    display: none;
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
}

#work {
    display: none;
    position: fixed;
    margin-left: 193px;
}