* {
  margin: 0;
}

main {
  background-color: rgb(236, 152, 42);

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;

  gap: 20%;

  height: 100vh;
}

button {
  border: none;
  border-radius: 10px;
  padding: 10px;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
}

h1 {
  font-size: 2rem;
  font-weight: bold;
}

#randomNumber {
  font-size: 2rem;
  font-weight: bold;
  margin: 10px;
}
