.betLabel{
    border: 2px solid black;
}

input[type="radio"] {
    display: none;
  }
  
  input[type="radio"]:checked + label {
    background-color: #A97B47;
    color: white;
  }
  
  label {
    display: inline-block;
    padding: 0.5em 1em;
    border-radius: 5px;
  }

.slotMachine{

}
.slotNumber{
    font-size: 40px;
}

.slotPic{
    width: 100px;
}

.slotCherry{
    width: 50px;
}

.games{
    border: 2px solid black;
    border-radius: 10%;
}
.games:hover{
    opacity: 80%;
}