* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #ffffff;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

canvas {
    display: block;
}

#hint {
    position: fixed;
    bottom: 200px;
    align-self: center;
    font-family: "Courier New", monospace;
    font-size: 20px;
    color: #5f5f5f;
    letter-spacing: 0.1em;
}
