body {
    margin: 0;
    overflow: hidden;
    color: white;
    font-family: "Jetbrains Mono", sans-serif;
}

canvas {
    background-color: #1a1b20;
    box-shadow: inset 0 0 20px #000;
}

#page {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#title {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    background-color: white;
    color: black;
    font-size: 128px;
    padding: 0 10px;
    border: 1px solid white;
    border-radius: 4px;
}