@font-face {
    font-family: VT323;
    src: url(VT323-Regular.ttf);
}

body {
    background-color: rgb(34, 34, 34);
    color: white;
}

canvas {
    border: 2px;
    border-style: solid;
    background-color: black;
    color: black;
    position:absolute; 
    top:0;bottom:0;right:0;left:0; 
    margin:auto; 
}

.asset {
    visibility: hidden;
    height: 1px;
    width: 1px;
}