@font-face{
    font-family: 'Dacty';
    src: url(../DACTYLOG.TTF);
}

body{
    margin: 0;
    padding:0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

canvas{
    background: #231f20;      
    cursor: grab;  
}

.fps{
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 50px; 
    padding: 10px;
    font-family: 'Dacty', Arial, Helvetica, sans-serif;
}