#pauseButton {
    display: none;
}

.buttonPlay,
.buttonReset {
    background-color: #292b28;
}

body {
    background-color: black;
}

.container {
    background-image: url('background.png');
    font-size: 1.25rem;
    font-family: sans-serif;
    color: aliceblue;
    background-repeat: no-repeat;
    background-size: 1160px;
    min-height: 800px;
    background-position: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    gap: 0.7rem;
}

h1 {
    color: #a81e16;
    font-family: monospace;
}
