body {
        background-color: #FFC354;
        display: flex;
        justify-content: center;
    }

/* only touch background color */

.bold {
    font-weight: bold;
}
/* the bold class ^ */


.maincontent {
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 50%;
}
/* you can mess with the width but i think 40-60 looks best for ur site */

.embedme {
    display: flex;
    justify-content: center;
}

/* all of these elements bellow vvvvvvvvvv
i gave them colors, u can change the colors how u wish, 
or remove all the colors if you dont like it, i thought it would 
give u some pazzas */
p {
    color: #844c10;
}

li {
    color: #844c10;
    align-items: start;
    text-align: start;
}

a {
    color: #844c10;
}

a:hover{
    color: #6e2b09;
}

span {
    color: #844c10;
}

h2 {
    color: #bf6c14;
}



/* please ask me if u wanna style ur about me in the same way, if u choose
to keep those files private, i ended up working on it for more than 20 mins so 
i didnt screenrecord it LMAO...  */