*, *::before, *::after {
    box-sizing: border-box;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
}

section {
    padding: 0;
    margin: 0;
    /* width: 100vw;
    height: 100vh;  */
    display: flex;
    justify-content: center;
    align-items: center;
}

h2 {
    text-align: center;
}

.container {
    width: 800px;
    max-width: 80%;
    /* background-color: lightblue */
}

.bttn-grid {
    display: grid;
}

.hide {
    display: none;
}

body {
    background-color: beige
}

.controls {
    text-align: center;
}

#instruction {
text-align: center;
}