@font-face {
  font-family: "averta";
  src: url("./fonts/averta-regular.woff") format("woff"), url("./fonts/averta-regular.woff2") format("woff2"), url("./fonts/averta-bold.woff") format("woff"), url("./fonts/averta-bold.woff2") format("woff2");
}
* {
  font-family: "averta";
}

* ::-moz-selection {
  background-color: orange;
}

* ::selection {
  background-color: orange;
}

body {
  height: 600px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #0a2d4d;
}
body h1 {
  color: white;
  margin-bottom: 3rem;
}
body button {
  background-color: #C2EAFF;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0.8rem 1.8rem;
  border-radius: 0.7rem;
  border: none;
  cursor: pointer;
  margin-bottom: 2.5rem;
}
body h3 {
  display: none;
  color: white;
}/*# sourceMappingURL=style.css.map */