* {
  margin: 0;
  padding: 0;
}
body {
  background-image: url(wallpaperflare.com_wallpaper.jpg);
  background-size: cover;
  height: 100vh;
  width: 100vw;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Kode Mono", monospace;
  font-weight: 400;
  font-style: normal;
  color: white;
}
#number {
  display: block;
  text-shadow: 3px 2px 1px gray;
  font-size: 200px;
}
.buttons {
  font-family: "Kode Mono", monospace;
  font-weight: 400;
  font-size: x-large;
  font-style: normal;
  color: white;
  background-color: transparent;
  border-style: none;
  border-radius: 2px;
  margin: 5px;
  padding: 10px;
}
.buttons:hover {
  text-shadow: 3px 2px 1px gray;
}
#title {
  text-shadow: 3px 2px 1px gray;
  font-size: 60px;
}
