h1 {
    color: #e12950;
    font-family: "Press Start 2P";
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 100px;
    margin-bottom: -60px;
}

h2 {
    color: #f16180;
    font-family: "Press Start 2P";
    font-size: 30px;
    text-align: center;
    margin-top: 210px;
}

@font-face {
    font-family: "Press Start 2P";
    src: url("Press_Start_2P/PressStart2P-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

h3 {
    color: #fba6b9;
    font-family: "Tiny5";
    text-align: center;
    font-size: 25px;
    margin-top: -5px;
    margin-bottom: 70px;
}

p, ul, ol, strong {
    color: #fedee5;
    font-family: "Jersey 10";
    font-size: 23px;
    letter-spacing: 0.1em;
    line-height: 2;
    margin-top: -10px;
    margin-bottom: 35px;
}

strong {
    color: #f16180;
    font-size: 25px;
    text-decoration: underline;
}

em {
    color: #f16180;
    font-style: normal;
}

/*uhhhhh secret teeeexxtttt*/
mark {
    color: #19120f;
    background-color: #19120f;
}

@font-face {
    font-family: "Tiny5";
    src: url("Tiny5/Tiny5-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Jersey 10";
    src: url("Jersey_10/Jersey10-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #19120f;
    max-width: 600;
    margin-right: auto;
    margin-left: auto;
}
