
.container {
    /* border-style: solid; */
    /* background-color: aqua; */
}

body {
    color: #777777;
    font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
    font-size:14px;   
}

.imgCrystal {
    width:100px;
    height:100px;
    margin: 10px;
    object-fit: cover;
}

p{
    margin:4px;
}

.gameInfo {
    background-color: lightslategray;
    color:#ffffff;
    font-size:24pt;
}

#target , #total{
    color: blue;
    font-size: 30pt;
    font-weight: 900;
}

.smallImg {
    width:30px;
    height:30px;
    margin: 2px;
    object-fit: cover;

}

#winLoss, #gameStatus {
    font-family: 'Abril Fatface', cursive;
}