*, html {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1 {
  color: white;
  font-size: 8rem;
  letter-spacing: 0.3rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 12rem;
  }
}

body {
  background-color: #70266e;
  text-align: center;
  height: 100svh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "astounder-squared-lc-bb", sans-serif;
}

main {
  margin: auto;
}

button {
  padding: 10px 35px;
  border: none;
  border-radius: 10px;
  font-family: "astounder-squared-lc-bb", sans-serif;
  font-size: 2rem;
  color: black;
  background-color: white;
  margin: 1.5rem 0;
  cursor: pointer;
}

#textField {
  font-size: 2rem;
  color: white;
}

footer {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}
footer a {
  color: white;
  text-decoration: none;
}
footer a:hover {
  color: bisque;
}
footer p {
  letter-spacing: 0.02rem;
}
footer img {
  width: 100px;
  margin-bottom: 0.5rem;
}/*# sourceMappingURL=style.css.map */