@import url("https://fonts.googleapis.com/css2?family=Questrial&display=swap");
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #22212A;
  font-family: Questrial;
  overflow: hidden;
}

p {
  color: #ffffff;
}

.contact {
  height: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 0%;
}/*# sourceMappingURL=css.css.map */