@font-face {
    font-family: 'Comic';
    src: url(../font/Talk\ Comic.ttf);
}

#canvas {
    background: #065874;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    min-width: 320px;
    max-width: 1080px;
    max-height: 100%;
}

.start, .restart {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    font-family: 'Comic';
    color: white;
    letter-spacing: 3px;
    cursor: pointer;
}

.restart { display: none;}

@media only screen and (max-width: 768px) {
    
    #canvas {
        width: 100%;
        height: 100%;
    }


}
