#gameContainer {
    text-align: center;
}
#gameBoard {
    border: 6px solid;
    border-color: whitesmoke;
}
#scoreText {
    font-family: "consolas", monospace;
    font-size: 80px;
    color: #d6d5a8;
}
#resetBtn {
    font-family: "Permanent Marker", cursive;
    font-size: 22px;
    width: 100px;
    height: 50px;
    border: 4px solid;
    border-radius: 15px;
    cursor: pointer;
    background-color: #d6d5a8;
}

#outDiv {
    text-align: center;
}

.playerInstructions {
    font-family: cursive;
    color: #d6d5a8;
    font-weight: bold;
    font-size: 22px;
}

body {
    background-color: #1b2430;
}
