#technicalsupportsection {
    position: absolute;
    visibility: hidden;
    top: 13%;
    left: 3%;
    height: 17%;
    width: 31.25%;
    background-color: #20222c;
    border-radius: 1vw;
    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;
}

#technicalsupportheader {
    font-size: 1vw;
    font-family: monospace;
    position: absolute;
    top: 15%;
    left: 5%;
    color: white;
}

#technicalsupportemail {
    font-size: 2vw;
    font-family: monospace;
    position: absolute;
    top: 42%;
    left: 23.5%;
    color: white;
    text-decoration: none;
}

#technicalsupportemail:hover {
    text-decoration: underline;
    cursor: pointer;
}

#technicalsupportsection img{
    position: absolute;
    top: 37.5%;
    left: 9%;
    height: 40%;
    width: 10%;
}

#youtubesection {
    position: absolute;
    visibility: hidden;
    top: 32%;
    left: 3%;
    height: 17%;
    width: 31.25%;
    background-color: #20222c;
    border-radius: 1vw;
    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;
}

#youtubesectionheader {
    font-size: 1vw;
    font-family: monospace;
    position: absolute;
    top: 15%;
    left: 5%;
    color: white;
}

#youtubehandle {
    font-size: 2vw;
    font-family: monospace;
    position: absolute;
    top: 42%;
    left: 23.5%;
    color: white;
    text-decoration: none;
}

#youtubehandle:hover {
    text-decoration: underline;
    cursor: pointer;
}

#youtubesection img{
    position: absolute;
    top: 37.5%;
    left: 9%;
    height: 40%;
    width: 10%;
}

#linkedinsection {
    position: absolute;
    visibility: hidden;
    top: 51%;
    left: 3%;
    height: 17%;
    width: 31.25%;
    background-color: #20222c;
    border-radius: 1vw;
    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;
}

#linkedinsectionheader {
    font-size: 1vw;
    font-family: monospace;
    position: absolute;
    top: 15%;
    left: 5%;
    color: white;
}

#linkedinhandle {
    font-size: 2vw;
    font-family: monospace;
    position: absolute;
    top: 42%;
    left: 23.5%;
    color: white;
    text-decoration: none;
}

#linkedinhandle:hover {
    text-decoration: underline;
    cursor: pointer;
}

#linkedinsection img{
    position: absolute;
    top: 37.5%;
    left: 9%;
    height: 40%;
    width: 10%;
}

#emailfoundersection {
    position: absolute;
    visibility: hidden;
    top: 70%;
    left: 3%;
    height: 17%;
    width: 31.25%;
    background-color: #20222c;
    border-radius: 1vw;
    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;
}

#emailfoundersectionheader {
    font-size: 1vw;
    font-family: monospace;
    position: absolute;
    top: 15%;
    left: 5%;
    color: white;
}

#emailfounderemail {
    font-size: 1.5vw;
    font-family: monospace;
    position: absolute;
    top: 46.5%;
    left: 23.5%;
    color: white;
    text-decoration: none;
}

#emailfounderemail:hover {
    text-decoration: underline;
    cursor: pointer;
}

#emailfoundersection img{
    position: absolute;
    top: 37.5%;
    left: 9%;
    height: 40%;
    width: 10%;
}