
#instructions {
    background-color: rgb(218, 216, 216);
    text-align: left;
    padding: 15px;
    margin: 10px;
}
p {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(27, 105, 27);
    font-size: 16px;
}
#random-number {
    background-color: rgb(171, 204, 121);
    width: 250px;
    height: 150px;
    text-align: center;
    font-size: 20px;
    padding: 15px;
    margin: 10px;
}
#wins-losses {
    background-color: rgb(221, 226, 211);
    width: 170px;
    height: 150px;
    text-align: center;
    padding: 30px;  
    margin: 10px;
}

#score {
    background-color: rgb(154, 164, 192);
    width: 150px;
    height: 100px;
    text-align: center;
    font-size: 20px;
    padding: 15px;
    margin: 10px;
}
.crystal-image {
    background-color: rgb(189, 221, 221);
    width: 125px;
    height: 125px;
    text-align: center;
    padding: 15px; 
    margin: 5px 5px 10px 5px;
  }

img {
    width: 100px;
    height: 100px;
}