body {
    font-family: Arial, sans-serif;
    text-align: center;
        min-height: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #f3eaef;
}
h1 {
    color: #333;
    margin-top: 50px;
}
.me-2 {
    margin: 5px !important;
}
.pointer {
    cursor: pointer;
}   
#game-container {
    margin: 20px auto;
    padding: 20px;
    border: 2px solid #ccc;
    border-radius: 10px;
    background-color: #f3eaef;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100vw;
    height: 100vh;
    /* background-size: cover; */
    background-image: url('images/biblebooksgame_background.jpg');
    background-size: cover
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    cursor: pointer;

}
#game-header h1 {
    margin-top: 30px;
    font-size: 3rem;
}
#game-header h3 {
    font-size: 2rem;
}
#game-errors {
    padding-top: 0.75rem;
}
#ReviewBibleBooks-Container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ReviewBibleBooks{
    align-content: center;
    overflow-y: scroll;
    border: 1px solid #ccc;
    width: auto;
    padding: 5px 20px 5px 20px; 
    margin: 3px 25% 3px 25%;
    background-color: #fff;
    border-radius: 5px;
}
.ReviewBook {
    padding: 1px;
    text-align: left;
    font-weight: 600;
}
.ReviewBookText {
    padding: .5px;
    font-weight: 600;
}