@font-face {
    font-family: 'omori_gameregular';
    src: url('omori_game2-webfont.woff2') format('woff2'),
         url('omori_game2-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body {
background-color: black;
}
h1 {
color: white;
font-size: 60px;
font-family: 'omori_gameregular';
text-align: center
}
p {
color: white;
font-size: 40px;
font-family: 'omori_gameregular';
}