h1 {
    color: white;
    background-color: rgb(149, 148, 248);
    text-align: center;
    padding: 5px;
    border-radius: 5px;
}

body {
    background-image: url("../images/subtle sparkles.jpg")
}

.container {
    margin-bottom: 10px;
}

.instructions {
   text-align: center;
    padding: 5px;
}

#infoButton {
    background-color: rgb(244, 205, 253);
    padding: 5px 30px;
}

#randomBox {
    background-color: rgb(100, 189, 248);
    padding: 50px 0px;
    margin-top: 10px;
    text-align: center;
    font-size: 40px;
    border-radius: 25px;
}

#winsLossesBox {
    background-color: rgb(126, 219, 126);
    margin-top: 10px;
    text-align: center;
    padding: 10px 0;
    border-radius: 25px;
}

#scoreBox {
    background-color: rgb(100, 189, 248);
    padding: 30px 0px;
    margin-top: 10px;
    text-align: center;
    border-radius: 25px;
}

img {
    width: 90%;
    height: auto;
    margin-top: 20px;
}

#total-score {
    font-size: 40px;
}

#wins-text {
    font-size: 20px;
}

#losses-text {
    font-size: 20px;
}