#div-prize {
  background-image: url('../img/wheel_back.png');
  background-size: 350px;
  background-repeat: no-repeat;
  background-position: center top;
  text-align: right;
}

body {
  background: url('../img/bg.jpg') #440000 center fixed no-repeat
}

.flex-column{
  flex-direction: column;
}

.flex-column.middle{
  justify-content: center;
}

#spin_button {
  width: 10em;
  border-radius: 5px;
  padding: 10px;
  margin-top: 10px;
  background: #0d0203;
  box-shadow: 0 0 10px #ff8184;
  color: #f0f0f0;
  border: 1px solid transparent;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: arial;
  text-shadow: 0 0 3px #fff;
  cursor: pointer;
}

.main_content .main_content_iner {
  background: none;
  /* background-color: #000 !important; */
}