.header {
    color: white;
    font-family: "Big Shoulders Stencil Text", cursive;
    background-color: rgba(75, 75, 114, 0.541);
    align-items: center;
    text-align: center;
    margin-top: 10px;
    border-radius: 10px;
}

.greeting {
    margin: auto;
    text-align: center;
    color: white;
    font-family: "Big Shoulders Stencil Text", cursive;
    background-color: rgba(75, 75, 114, 0.541);
    align-items: center;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
    border-radius: 10px;
}

h1 {
    color: white;
    font-family: "Press Start 2P", cursive;
    font-size: 30px;
}

h2 {
    font-size: 15px;
    font-family: "Press Start 2P";
}

.container {
    margin-top: 50px;
    margin-bottom: 50px;
}

.timer-box {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    color: rgb(184, 1, 1);
    background-color: bisque;
    border-radius: 10px;
}

.questions {
    background-color: bisque;
    border-radius: 10px;
}

body {
    background-color: antiquewhite;
}

.input {
    width: 150px;
    height: 30px;
}

.left-box {
    text-align: center;
    border-radius: 10px;
}

.center {
    display: inline-block;
}

.brown {
    background-color: rgba(85, 40, 40, 0.37);
    text-align: center;
    border-radius: 10px;
}

.center-box {
    text-align: center;
}

.center {
    margin-top: 20px;
}

#game {
    display: none;
}

.modal-dialog {
    -webkit-transform: translate(0, -40%);
    -o-transform: translate(0, -40%);
    transform: translate(0, -40%);
    top: 40%;
    margin: 0 auto;
}

.score {
    color: red;
    font-weight: bold;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 2.5rem;
    flex: auto;
}

.page-wrap {
    min-height: 100%;
    /* equal to footer height */
    margin-bottom: -142px;
}

* {
    margin: 0;
}

html,
body {
    height: 100%;
}