body{
    background-image: url("../img/BJbg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden; 
}
h1{
    text-align: center;
    font-family: 'Casino', sans-serif;
    font-size: 5em;
    color: white;
    text-shadow: 8px 8px black;
}
#gambleBox {
    margin-top: 3px;
    margin-bottom: 40px;
}
.gambleBoxStyle {
    margin-left: 60px;
    margin-right: 60px;
    color: white;
    font-size: 3em;
    font-family: Copperplate, Papyrus, fantasy;
}
input[type=text] {
    width: 30%;
    height: 50px;
    margin-left: 110px;
    margin-right: 110px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 2.3em;
}
#submitGamble {
    position: absolute;
    width: 30%;
    height: 50px;
    background-color: black;
    color: #f7f7f8;
    margin-left: 111.5px;
    margin-right: 300px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'Casino', sans-serif;
    font-size: 1.3em;
}
#playHit{
    margin-top: 100px;
    margin-bottom: 100px;
    margin-left: 700px;
    margin-right: 100px;
    width: 15%;
    height: 50px;
    background-color: blue;
    color: #f7f7f8;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'Casino', sans-serif;
    font-size: 1.3em;
}
#stay{
    width: 15%;
    height: 50px;
    background-color: green;
    color: #f7f7f8;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'Casino', sans-serif;
    font-size: 1.3em;
}
#reset{
    margin-top: 100px;
    margin-bottom: 100px;
    margin-left: 850px;
    margin-right: 100px;
    width: 15%;
    height: 50px;
    background-color: red;
    color: #f7f7f8;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'Casino', sans-serif;
    font-size: 1.3em;

}
#scoreTrack {
    margin-left: 826px;
    color: white;
    font-size: 3em;
    margin-top: -390px;
    font-family: Copperplate, Papyrus, fantasy;
}
#cardSimulation {
    background-color: white;
    width: 15%;
    height: 300px;
    margin-top: -532px;
    margin-left: 845px;
    border-radius: 10px;
    border: solid 4px #d12d36;
    text-align: center;
    font-size: 13em;
}
#message{
    position: absolute;
    font-family: 'Casino', sans-serif;
    margin-top: -680px;
    margin-left: 700px;
    font-size: 3em;
    
}
button:disabled {
    background-color: gray;
    color: white;
    opacity: 0.5;
    cursor: not-allowed;
}
#showImgs {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
}
#cardsRolled {
    margin-left: 1150px;
    margin-top: -470px;
    color: white;
    font-family: Copperplate, Papyrus, fantasy;
    font-size: 3em;
    text-align: center;
}
