#missioncontainer{
    position: absolute;
    top: 15%;
    left: 3%;
    height: 25%;
    width: 32%;
    padding: 0.2vw;
    background-color: #20222c;
    border-radius: 2vw;
    text-align: left;
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.6),
                -8px -8px 20px rgba(0, 0, 0, 0.4);
    background-image: radial-gradient(circle, #1b1c23 0.1vw, transparent 0.1vw);
    background-size: 15px 15px;
    visibility: hidden;
}

#aboutthefoundercontainer{
    position: absolute;
    top: 44%;
    left: 3%;
    height: 41%;
    width: 32%;
    padding: 0.2vw;
    background-color: #20222c;
    border-radius: 2vw;
    text-align: left;
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.6),
                -8px -8px 20px rgba(0, 0, 0, 0.4);
    background-image: radial-gradient(circle, #1b1c23 0.1vw, transparent 0.1vw);
    background-size: 15px 15px;
    visibility: hidden;
}

#missioncontainer img{
    position: absolute;
    top: 1%;
    left: 6%;
    height: 30%;
    width: 8%;
}

#missionheader{
    position: absolute;
    top: 9%;
    left: 16%;
    font-family: monospace;
    font-size: 1.5vw;
    color: white;
    text-decoration: underline;
}

#aboutthefounderheader{
    position: absolute;
    top: 7.5%;
    left: 16%;
    font-family: monospace;
    font-size: 1.5vw;
    color: white;
    text-decoration: underline;
}

#aboutthefoundercontainer img{
    position: absolute;
    top: 2%;
    left: 6%;
    height: 20%;
    width: 8%;
}

#missiontext{
    position: absolute;
    top: 30%;
    left: 6%;
    width: 90%;
    font-family: monospace;
    font-size: 0.8vw;
    color: white;
}

#aboutthefoundertext{
    position: absolute;
    top: 20%;
    left: 6%;
    width: 90%;
    font-family: monospace;
    font-size: 1vw;
    color: white;
}