body {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: oblique;
  color: crimson;
  font-size: 30px;
  background-image: url(backgrounds/bewhy.gif);
  background-color: black;
  /* background-size: cover; */
}
.number {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: crimson;
  font-size: 300px;
  position: absolute;
  top: 20px;
  left: 900px;
}
