html {
    -webkit-text-size-adjust: 100%;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
        Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
        Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    line-height: 1.5;
    tab-size: 4;
    scroll-behavior: smooth;
}

body {
    background-color: #d5d5d2;
    color: #9fb9a4;
    font-family: inherit;
    justify-content: center;
    line-height: inherit;
    margin: 0;
}
#initial {
    font-family: monospace;
    color: #3e5c4e;
    background-color: #d5d5d2;
    border-color: #3e5c4e;
    border-width: 0.2rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    text-align: left;
    position: absolute;
    left: 25%;
    width: 75%;
    height: 40%;
    top: 50%;
    font-size: 1.5em;
}
a {
    background-color: #3F4B46;
    font-family: monospace;
    color: #9fb9a4;
    
}
#project {
    position: absolute;
    background-color: #3F4B46;
    font-family: monospace;
    color: #9fb9a4; 
    left: 75%;
    top: 15%;
    font-size: 1.5em;
    width: 10%;
    height: 20%;
}
#writing {
    position: absolute;
    background-color: #3F4B46;
    font-family: monospace;
    color: #9fb9a4;
    left: 90%;
    top: 15%;
    font-size: 1.5em;
    width: 10%;
    height: 20%;
}
a:hover {
    background-color: #333c38;
}

#logo {
    position: absolute;
    left: 15%;
    top: 20%;
    width: 60%;
    height: 60%;
}

#im {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-width: 2rem;
}

#box {
    position: absolute;
    background-color: #3F4B46;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 40%;
}

#text {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 60%;
    height: 60%;
    font-family: monospace;
}

#head {
    position: absolute;
    font-family: monospace;
    font-size: 5em;
    color: #9dbcac;
    left: 20%;
    top: 40%;
    width: 80%;
    height: 80%;
}

#projects {
    position: absolute;
    top: 70%;
    width: 60%;
    height: 15%;
    left: 10%;
    background-color: #9dbcac;
    color: #3e5c4e;
    border-color: #9dbcac;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-width: 0.2rem;
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.5rem;
}

#profile {
    position: absolute;
    top: 80%;
    width: 60%;
    height: 15%;
    left: 20%;
    background-color: #9dbcac;
    color: #3e5c4e;
    border-color: #9dbcac;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-width: 0.2rem;
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.5rem;
}