body {
    background: #DDDDDD;
}

.navbar {
    background-color: #800000;
    color: white;
}

.page-container {
    margin-top: 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.btn-primary {
    line-height: 2em;
    /* flex: 1 0.1 90.3%; */
    font-size: 10px;
    font-weight: 400;
    text-align: center;
    text-justify: center;
    margin: 4px;
    width: 48px;
    height: 70px;
    border: none;
}

#gameStateText {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 20px;
}

#newGameButton {
    background: #800000;
    margin-top: 30px;
    color: white;
    left: 150px;
    border: 1px solid black;
    width: 80px;
    height: 30px;
    text-justify: center;
    text-align: center;
    font-size: 10px;
    /* align-items: right; */
}


@media (min-width: 576px) {
    .btn-primary {
        font-size: 15px;
        /* flex: 1 0.1 90.3%; */
    }

    #gameStateText {
        font-size: 30px;
    }
}

@media (min-width: 992px) {
    .btn-primary {
        font-size: 20px;
        /* flex: 1 0.1 50.3%; */
    }

    #gameStateText {
        font-size: 40px;
    }
}