
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: #3F4B46;
    color: #9fb9a4;
    font-family: inherit;
    justify-content: center;
    line-height: inherit;
    margin: 0;
}
#back {
    position: absolute;
    background-color: #3F4B46;
    left: 2%;
    top: 2%;
}

#p1 {
    font-family: monospace;
    color: #3e5c4e;
    background-color: #d5d5d2;
    border-radius: 2%;
    text-align: center;
    position: absolute;
    top: 10%;
    left: 6%;
    width: 43%;
    height: 55%;
}

#p2 {
    font-family: monospace;
    color: #3e5c4e;
    background-color: #d5d5d2;
    border-radius: 2%;
    text-align: center;
    position: absolute;
    top: 10%;
    left: 51%;
    width: 43%;
    height: 55%;
}

#p3 {
    font-family: monospace;
    color: #3e5c4e;
    border-radius: 2%;
    background-color: #d5d5d2;
    text-align: center;
    position: absolute;
    top: 70%;
    left: 6%;
    width: 43%;
    height: 55%;
}

#p4 {
    font-family: monospace;
    color: #3e5c4e;
    background-color: #d5d5d2;
    border-radius: 2%;
    text-align: center;
    position: absolute;
    top: 70%;
    left: 51%;
    width: 43%;
    height: 55%;
}

#p5 {
    font-family: monospace;
    color: #3e5c4e;
    background-color: #d5d5d2;
    border-radius: 2%;
    text-align: center;
    position: absolute;
    top: 130%;
    left: 6%;
    width: 43%;
    height: 55%;
}

#p6 {
    font-family: monospace;
    color: #3e5c4e;
    background-color: #d5d5d2;
    border-radius: 2%;
    text-align: center;
    position: absolute;
    top: 130%;
    left: 51%;
    width: 43%;
    height: 55%;
}

#p7 {
    font-family: monospace;
    color: #3e5c4e;
    background-color: #d5d5d2;
    border-radius: 2%;
    text-align: center;
    position: absolute;
    top: 190%;
    left: 30%;
    width: 45%;
    height: 55%;
}

#im {
    position: absolute;
    left: 18%;
    top: 50%;
    width: 65%;
    height: 35%;
}

#video {
    position: absolute;
    left: 30%;
    top: 50%;
    width: 45%;
    height: 45%;
}

#cvid {
    position: absolute;
    left: 30%;
    top: 52%;
    width: 45%;
    height: 45%;
}

#description {
    position: absolute;
    left: 5%;
    top: 20%;
    width: 90%;
    height: 45%;
    text-align: left;
    font-family: monospace;
    color: #3e5c4e;
    font-size: 90%;
}

@media screen and (max-width: 900px) {
    h1 {
        font-family: monospace;
        font-size: 0.8rem;
    }
    #video {
        display: none;
    }
    #cvid {
        display: none;
    }
    #im {
        display: none;
    }
    #description {
        position: absolute;
        left: 5%;
        top: 15%;
        width: 90%;
        height: 90%;
        text-align: left;
        font-family: monospace;
        color: #3e5c4e;
        font-size: 0.55rem;
    } 

}