@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200&family=Roboto:wght@100&display=swap");
body {
  padding: 0;
  margin: 0;
  background-color: #fff;
  font-family: "Inter", sans-serif;
}

.container {
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container .content {
  text-align: center;
}

footer {
  text-align: center;
}

footer a {
  color: black;
}

@media only screen and (max-width: 600px) {
  .container {
    height: 80vh;
  }
}/*# sourceMappingURL=contact.css.map */