@font-face {
    font-family: goosefoot;
    src: url(../font/goosefoot.ttf) format('truetype');
}

canvas {
    width: 500px;
    height: 500px;
    image-rendering: pixelated;
    image-rendering: crisp-edges;
}

body {
    background-color: #2e222f;
    margin: 0px;
}

button {
    position: absolute;
    width: 80px;
    height: 50px;
    line-height: 20px;
    background-color: #7a3045;
    border: solid 5px #a9b2a2;
    color: #a9b2a2;
    font-family: "goosefoot";
    text-align: center;
    box-shadow: 0px 5px #788a87;
    padding-top: 0px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 20px;
    font-size: 50px;
    display: flex;
    top: 225px;
    left: 210px;
}

button:hover {
    background-color: #993d41;
}

button:active {
    box-shadow: 0px 1px #a9b2a2;
    transform: translateY(4px);
}

#reset {
    width: 175px;
    left: 162px;
    top: 150px;
}