@font-face{
    font-family: PixelOperator;
    src: url('fonts/PixelOperator.ttf');
}

html, body{
    font-family:PixelOperator;
}

body{
    font-size: 2rem;
    overflow: hidden;
    background-color: blue;
}
