html {
  height: 100%;
  width: 100%;
}

#generateButton {
  background-color: maroon;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
