html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: black;
}

body,
body * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

@font-face {
    font-family: 'PrinceFont';
    src: url('../font/PressStart2P-Regular.ttf');
}