.slot{
    width: 60rem;
    height: 30rem;
    border: solid black 1px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    justify-content: space-around;
}

.slots{
    width: 15rem;
    height: 28rem;
    border-radius: .5rem;
    border: solid black 1px;
    overflow: hidden;
    box-shadow: 
        inset 0 7rem 20px -10px rgba(0, 0, 0, 0.142),
        inset 0 -7rem 20px -10px rgba(0, 0, 0, 0.142);
}

.slotcon{
    padding-top: 9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-direction: column;
    gap: 28rem;
    /* animation: spin 6s ease-in-out forwards; */
}

#purse{
    text-align: center;
    width: 100px;
    font-size: 3rem;
}



.scoring{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    padding: 10px;
    border: 1px black solid;
}

.scoringIteam{
    
    font-size: 3rem;
    color: rgba(0, 0, 0, 0.733);
    transition: 1s;
}

.lowerBar{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
}

.slotIteam{
    font-size: 7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.scoringIteam:hover{
    color: black;
}

.outter{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.bottomBar{
    padding-top: 10px;
    width: 60rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
}

.pursecon{
    display: flex;
    flex-direction: column;
    font-size: 3rem;
}

@keyframes spin {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-1082rem); /* Move up by total height of 4 items */
    }
  }
  

  
  .pushable {
    background: hsl(340deg 100% 32%);
    border-radius: 12px;
    border: none;
    padding: 0;
    cursor: pointer;
    outline-offset: 4px;
  }
  .front {
    display: block;
    padding: 12px 42px;
    border-radius: 12px;
    font-size: 1.25rem;
    background: hsl(345deg 100% 47%);
    color: white;
    transform: translateY(-6px);
  }

  .pushable:active .front {
    transform: translateY(-2px);
  }


  .buy{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 2rem;
  }
  .range-container {
    font-weight: bold;
    
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  width: 10rem;
  margin: 50px auto;
  text-align: center;
}

#slider {
  width: 20rem;
  margin: 20px 0;
}

#value {
  font-size: 2rem;
  font-weight: bold;
}

.play{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column ;
  margin: 2rem;
}