body {
  background-color: dimgray;
}

.card {
  min-height: 250px;
  min-width: 345px;
  display: flex;
  flex-wrap: wrap;
  /* box-shadow: 1px 1px 1px black; */
  box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 15px 10px 0;
  /* border: 1px solid rgba(255, 255, 255, 0.774); */
  border-top: 1px solid rgba(196, 196, 196, 0.623);
}

#wheel {
  width: 150px;
  height: 150px;
  background-color: brown;
  border-radius: 150px;
}

img {
  transition: all 3s;
  transition-timing-function: linear;
}

#currenttotal {
  width: 150px;
  height: 50px;
  border: 1px solid black;
  text-align: center;
  font-size: 48px;
  margin: 10px;
}

.button {
  width: 150px;
  height: 20px;
  border: 1px solid black;
  border-radius: 25px;
  text-align: center;
  cursor: pointer;
  padding: 10px;
}
