@font-face {
    font-family: "themevck";
    src: url("font/themevck.ttf");
}

body {
    background-color: black;
    font-family: "themevck", sans-serif;
}

#game {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

::selection {
    background-color: rgba(255, 255, 255, 0.3);
}

::-webkit-scrollbar {
    display: none;
}

img {
    user-select: none;
}