html {
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
}

canvas {
    background-color: white;
    cursor: none;
}

@font-face{
    font-family: 'webkomick';
    src:local('./webkomick-v08.ttf') format('truetype');
}