
h1{
    font-family: "Press Start 2P", system-ui;
    color: white;
}

h2{
    font-family: "Press Start 2P", system-ui;
    color: white;
}

p{
    font-family: "VT323", monospace;
    font-weight: 400;
    color: white;
}



body{
    background-image:url("https://64.media.tumblr.com/a2ad65a327981dd82f681115d55ea3ab/901d0d11c4e6f7ce-79/s400x600/d0f37c7fade4a9fbd363604214a868138d3b656c.gifv");
    background-repeat: repeat;
    background-size: 20%;
    background-position: 0% 0%;
}


#boxH{
    max-width: 70%;
    max-height: 100%;
    background: rgba(5, 15, 45, 0.88);
    border: 2px solid #4cc9f0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0%;
    margin-bottom: 0.5%;
    overflow: hidden;
    text-align: center;
}

#marqueeomg{
    max-width: 70%;
    max-height: 100%;
    background: rgba(5, 15, 45, 0.88);
    border: 2px solid #4cc9f0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0%;
    margin-bottom: 0.5%;
    overflow: hidden;
}

#layout{
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
}

#box0{
    max-width: 70%;
    max-height: 100%;
    background: rgba(5, 15, 45, 0.88);
    border: 2px solid #4cc9f0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1%;
    padding-bottom: 1%;
    margin-top: 0%;
    overflow: hidden;

}

#hellogif{
    background: rgba(5, 15, 45, 0.88);
    border: 2px solid #4cc9f0;
    float: right;
    width: fit-content;
    margin-right: 1%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#headeromg{
    text-align: center;
}

#aboutme{
    width: 14.5%;
    height: 30%;
    background: rgba(5, 15, 45, 0.88);
    border: 2px solid #4cc9f0;
    float: left;
    font-size: 120%;
    margin-left: 1%;
    padding-left: 8px;
}




#image1{
    width: 300px;
    height: auto;
}

#screenshots{
    width: 70%;
    height: auto;
}


#maininfo{
    background: rgba(5, 15, 45, 0.88);
    border: 2px solid #4cc9f0;
    text-align: center;
    margin-left: auto;
    margin-right: 20%;
    width: 63%;
    height: auto;
    padding-bottom: 1%;
}

