body{
    background-image: url("backgrounds/bg3.png");
    color: #ffffff;
}

p{
    color: #ffffff;
    font-size: 18px;
}

h1{
    color: #ffffff;
}

h2{
    color: #ffffff;
    font-size: large;
}

a{
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
}

a:visited{
    color: #ffffff;
}

a:hover{
    color: #78a9ff;
}

a:active{
    color: #be96ff;
}

li{
    color: #ffffff;
    font-size: 18px;
}

pre{
    color: #ffffff;
    font-size: x-large;
}

.fg{
    background-color: #161616;
    margin: 50px auto;
    width: 900px;
    border: 5px solid #ff7eb6;
}

.head{
    display: grid;
    grid-template-columns: 450px 450px;
    justify-content: center;
    grid-row: 1 / 2;
    grid-column: 1 / 3;
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
    border-top: 1px dashed #ff7eb6;
}

/*Feel free to ridicule this stylesheet lmao I dunno what I'm doing*/

.navigation{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 17px;
    border-bottom: 1px dashed #ff7eb6;
    margin-left: 40px;
    margin-right: 40px;
}

.body{
    display: grid;
    grid-template-columns: auto auto;
    grid-row: 1 / 2;
    grid-column: 1 / 3;

}

/*This code is held together by the sheer will of my own fingers*/
/*especially the grids*/

.foot{
    border-top: 1px dashed #ff7eb5;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    margin-left: 40px;
    margin-right: 40px;
}

.banner{
    text-align: center;
}

.pic{
    text-align: center;
}

.leftside{
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    padding: 10px;
    padding-top: 50px;
    padding: 50px;
    text-align: justify;
}

.rightside{
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    text-align: justify;
    padding: 10px;
    padding-top: 50px;
    padding: 50px;
}

/*how to do grids: lmao go fuck yourself just figure it out faggot*/

.about-fg{
    display: grid;
    width: 1200px;
    grid-template-columns: 400px 400px 400px;
    margin: 50px auto;
    grid-row: 1 / 2;
    grid-column: 1 / 4;
    background-color: #161616;
    justify-content: center;
    padding-bottom: 50px;
    text-align: center;
    border: 5px solid #ff7eb5;
}

.about-head{
    grid-row: 1 / 2;
    grid-column: 1 / 4;
    text-align: center;
}

.about-left{
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    text-align: justify;
    padding: 20px;
}

.about-center{
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    text-align: justify;
    padding: 20px;
    border-left: 1px dashed #ff7eb5;
    border-right: 1px dashed #ff7eb5;
}

.about-right{
    grid-row: 2 / 3;
    grid-column: 3 / 4;
    text-align: justify;
    padding: 20px;
}

.change-fg{
    background-color: #161616;
    width: 500px;
    margin: 50px auto;
    padding: 10px;
    border: 5px solid #ff7eb5;
}

#change-head{
    text-align: center;
    border-bottom: 1px dashed #ff7eb5;
}

#changelog{

}
