* {
    margin: 0;
    /* cursor: none; */
}

body {
    background-color: black;
}

#canvas {
    width: 100%;
    height: 100%;
}

.strokeme {
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

#fpsContainer {
    position: absolute;
    top: 0px;
    left: 0px;
    color: white;
    padding: 16px;
    font-size: 24px;
    z-index: 1;
}

#options {
    position: absolute;
    top: 0px;
    right: 0px;
    color: white;
    padding: 16px;
    font-size: 16px;
    stroke: black;
    display: flex;
    flex-direction: column;
}