body {
    background-image: url(../images/crystalbackground2.jpg);
    background-size: 100%;
}

.card, .jumbotron {
    background: hsla(0, 0%, 100%, 0.7);
}

.buttons {
    background: white;
    border-radius: 4px; 
}

/*Positioning each crystal*/
#crystal1 {
    margin-left: 35%;
}
#crystal2 {
    margin-left: 20%
}
#crystal3 {
    margin-left: 5%;
    margin-top: 7%;
}
#crystal4 {
    margin-top: 7%;
}

/*Fonts for titles*/
.game-title {
    font-family: 'ZCOOL XiaoWei', serif;
    font-size: 70px;
    color:black;
    text-shadow: 4px 4px rgb(255, 255, 255);
}

.card-header, .card-title, .card-body {
    font-family: 'ZCOOL XiaoWei', serif;
}

.card-header {
    font-size: 20px;
}

#random-number, #number-guessed, #winCount, #lossCount {
    font-size: 30px;
}

