@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');

*{
    font-family: 'VT323', monospace;
}

html, body{
    cursor: none;
    overflow: hidden;
    margin: 0;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;

}
#canvas{
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}