@font-face {
    font-family: goosefoot;
    src: url(../font/goosefoot.ttf) format('truetype');
}

canvas {
    width: 800px;
    height: 600px;
    image-rendering: pixelated;
    image-rendering: crisp-edges;
}

body {
    background-color: #141414;
    margin: 0px;
}

button {
    position: absolute;
    width: 80px;
    height: 50px;
    line-height: 20px;
    background-color: #5996a8;
    border: solid 5px #9e9b9e;
    color: #9e9b9e;
    font-family: "goosefoot";
    text-align: center;
    box-shadow: 0px 5px #666666;
    padding-top: 0px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 20px;
    font-size: 50px;
    display: flex;
    top: 220px;
    left: 360px;
}

button:hover {
    background-color: #76c6e3;
}

button:active {
    box-shadow: 0px 1px #85deff;
    transform: translateY(4px);
}

#reset {
    width: 176px;
    left: 312px;
    top: 220px;
}