body {
    font-family: "Caveat Brush", sans-serif;
}

button {
    font-family: "Caveat Brush", sans-serif;
    width: 200px;
    height: 40px;
    position: absolute;
    bottom: 40px;
    border-radius: 5px;
    border-style: none;
    font-size: 24px;
    color: #82778F;
    background-color: #F3EFDF;
    left: 50%;
    user-select: none;
    -moz-user-select: none;
    z-index: 1;
}

button:hover {
    color: #F3EFDF;
    background-color: #82778F;
}

#fire-button {
    transform: translate(-230px, 0);
}

#reset-button {
    transform: translate(30px, 0);
}
