
body {
    background-image: url('background.jpg'); /* Путь к изображению */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
    margin: 0;
    padding: 0;
    height: 100vh;
}


.lot {
  max-width: 100%;
  background-image: url('bg-barab.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
  background-color: #000;
    
}


#wheel-container {
    text-align: center;
    padding-top: 227px;
    padding-right: 65px;
}

#wheel {
    width: 235px;
    height: 235px;
    transition: transform 4s ease-out;
}

#spin-button {
display: block;
  margin: 14px 22px;
  padding: 14px 82px;
  font-size: 15px;
  background-color: #03712e;
  color: white;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: Verdana;
}

#spin-button:hover {
    background-color: #ff5400; /* Более темный синий при наведении */
}


#prize-display {
text-align: center;
  font-size: 17px;
  margin-top: -7px;
  color: #fff;
  margin-left: -70px;
  font-family: Montserrat;
  font-weight: 500;
}
