
.cartoonish {
    color:rgb(253, 241, 74);
    font-weight:900;
    white-space: pre-wrap;
}
.centerparent {
    display:flex;
    width:100vw;
    height:100vh;
    justify-content:center;
    align-items:center;
}
.centerSCROLLparent {
    display:flex;
    width:100vw;
    height:auto;
    justify-content:center;
    align-items:center;
}
.obviousbutton {
    color:rgb(255, 232, 127);
}
.obviousbutton:hover {
    color:rgb(254, 254, 255);
    text-shadow: 0 0 1px #eeff00,0 0 11px #fbff00;
}
.welcomehalf {
    width: calc(1650px/2);
    padding:50px;
    font-size:50px;
}
#welcomemsg {
    font-size:100px;
    font-family:Arial, Helvetica, sans-serif;
}
#introblock {
    background-color:rgb(0, 0, 0);
    color:rgb(172, 174, 175);
    width:1650px;
    height:1050px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
}
#postfullscreen{
    display:none;
}
#start {
    position:absolute;
    background-color:black;
    color:red;
    font-size:100px;
    display:none;
    height:900px;
    width:600px;
}