body {
  text-align: center;
  background: url("camden.aaa68649.webp") 0 0 / cover no-repeat;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  display: flex;
}

h1 span {
  color: orange;
  background-color: #000;
  font-size: 60px;
}

h3 span {
  color: orange;
  background-color: #000;
  font-size: 30px;
}

button {
  color: orange;
  background-color: #000;
  border: 1px solid orange;
  border-radius: 4px;
  padding: 5px;
  font-size: 25px;
}

button:disabled {
  color: gray;
  border: 1px solid gray;
}

hr {
  visibility: hidden;
}

footer {
  color: orange;
  background-color: #000;
  margin-top: 30vh;
}

/*# sourceMappingURL=index.bc99c355.css.map */
