.container {
  text-align: center;
}

body{
	background-color: #777777;
}

#wheel {
  width: 500px;
  height: 500px;
  background-image: url('./image.png');
  border-radius: 50%;
  margin: 20px auto;
  transition: transform 3s ease-in-out;
}

#spin-btn {
  padding: 10px 20px;
  font-size: 18px;
  margin-bottom: 10px;
  border-radius: 20%;
}

#options-input input {
  margin: 5px;
}
