body {
    background: url(../images/California-Vast-Field-Background.jpg); 
}

h1 {
    font-family: 'Aladin';
    text-align: center;
    color: rgb(4, 10, 95);
    padding: 20px;
    font-size: 60px;
    letter-spacing: 20px;
}

h6 {
    font-family: 'Annie Use Your Telescope';
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
}

#crystalContainer {
    display: flex;
    flex-direction: row;
    margin-top: 25px;
    justify-content: center;
}

#scoreboardContainer {
    /* display: flex; */
    /* flex-direction: row; */
}

#number {
    border-radius: 10px/30px;
    border: 3px solid darkorange;
    height: 100px;
    width: 40%;
    padding-top: 35px;
    text-align: center;
}

#scoreboard {
    border-radius: 10px/30px;
    border: 3px solid darkorange;
    width: 40%;
    height: 100px;
    text-align: center;
}

.wins {
    padding-top: 15px;
}

#alert {
    margin-bottom: -5px;
}

#userScoreboard {
    margin: 0 auto;
    margin-top: 30px;
    justify-content: center;
    width: 100%;
}

.userScoreTitle {
    border-radius: 10px/30px;
    border: 3px solid darkorange;
    font-weight: bold;
    width: 200px;
    text-align: center;
    background-color: darkorange;
}

.userValue {
    border-radius: 10px/30px;
    border: 3px solid darkorange;
    width: 200px;
    color: white;
    margin-top: 5px;
    margin-bottom: 250px;
    height: 100px;
    padding-top: 20px;
    padding-left: 75px;
    font-size: 35px;
    font: bold;
    background-color: darkorange;
}
