.game {
    position: absolute;
}

.game canvas {
    position: absolute;
}

@font-face {
    font-family: Ui;
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Roboto/Roboto-Regular.woff2') format('woff2');
}

@font-face {
    font-family: Ui;
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/Roboto/Roboto-Medium.woff2') format('woff2');
}

@font-face {
    font-family: Ui;
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/Roboto/Roboto-Bold.woff2') format('woff2');
}

@font-face {
    font-family: PTSans;
    font-style: bold;
    font-weight: 800;
    src: url('../fonts/PTSans-Bold.woff2') format('woff2');
}

@font-face {
    font-family: YanoneKaffeesatz;
    font-style: bold;
    font-weight: 800;
    src: url('../fonts/YanoneKaffeesatz-Bold.woff2') format('woff2');
}

body {
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background: #0b0422;
    font: 400 14px/1.25 Ui;
}

.wrapper {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    user-select: none;
}

option {
    background-color: #424242;
}
