root {
    display: block;
}

body {
    background-color: rgb(0, 0, 0);
    background-repeat: repeat-x;
    background-position: center top;
}

*,
::before,
::after {
    user-select: none;
}

input,
input::before,
input::after {
    user-select: initial;
}

::selection {
    background: transparent;
    color: inherit;
}

#canvas {
    position: fixed;
}

canvas {
    image-rendering: -webkit-optimize-contrast;
}

.ani_hack {
    perspective: 1000px;
    backface-visibility: hidden;
    user-select: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

@font-face {
    font-family: ComicSansMS-Bold;
    src: url("ComicSansMS-Bold.woff") format("woff"), url("ComicSansMS-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: arialrounded;
    src: url("arial_rounded_mt_bold_bold-webfont.woff2") format("woff2"), url("arial_rounded_mt_bold_bold-webfont.woff") format("woff"), url("arial_rounded_mt_bold_bold-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.check-fonts {
    position: fixed;
    opacity: 0;
}

.check-font-1 {
    font-family: arialrounded;
}