body{
    font-family: 'OMORI_GAME2', sans-serif;
    color: white;
    background-color: black;
}
h1{
    font-family: 'OMORI_GAME2', sans-serif;
    color: white;
    background-color: black;
}
#GameTitle{
    font-family: 'OMORI_GAME2', sans-serif;
}
button{
    font-family: 'OMORI_GAME2', sans-serif;

    color: black;
}
#nameTextArea{
    font-family: 'OMORI_GAME2', sans-serif;
    color: black;
    font-size: 20px;
}