<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">section#techsupport{
    position: absolute;
    width: 100%;
    top: 132px;
}

#computer{
    position: absolute;
    left: 200px;
    top: 200px;
}

.text{
    position: absolute;
    left: 655px;
    top: 200px;
}

#computer2{
    position: absolute;
    left: 200px;
    top: 600px;
}

.text2{
    position: absolute;
    left: 655px;
    top: 600px;
}

#computer3{
    position: absolute;
    left: 200px;
    top: 1000px;
}

.text3{
    position: absolute;
    left: 655px;
    top: 1000px;
}

footer{
    top: 1522px;
    height: 60px;
    width: 100%;
    position: absolute;
    background: rgb(58, 2, 58);
    color: white;
    left: 0;
 }
 


p#footer{
    margin-top: 15px;
    position: absolute;
    top: 9px;
    text-align: center;
    font-size: 1em;
    left: 43%;
}</pre></body></html>