#top-banner {
  display: flex;
  background-color: cornflowerblue;
  color: white;
  border: solid 5px black;
  border-radius: 8.73px;
}

button:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  transform: scaleX(1.08) scaleY(1.08);
  color: whitesmoke;
}
#stats {
  border: solid 5px black;
  border-radius: 20px;
  text-align: center
}
#numbers {
  font-size: 20px;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
#annoying {
  display: flex;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  color: firebrick;
}
#footer {
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  background-color: black;
  color: lightslategrey;
  text-align: center;
}
#player-odds {
  font-size: 1.175rem;
}
