.inline-block {
  display: inline-block;
}
h1 {
  color: white;
  border: solid 5px black;
  border-radius: 8.73px;
}
p {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
button:hover {
  padding: 15px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  transform: scaleX(1.3) scaleY(1.3);
  color: whitesmoke;
}
#numbers {
  font-size: 25px;
}
#annoying {
  color: rgba(208,45,85,9);
  size: 25px;
  font-weight: bold;
}
#footer {
  background-color: midnightblue;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: rgb(150,150,225);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
}
#player-odds {
  font-size: 1.2rem;
}
