@font-face {
  font-family: "Century Gothic";
  src: url("../resources/GOTHIC.TTF") format("truetype");
}
body {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: max(100vh, 620px);
}

p {
  font-family: "Century Gothic";
}

/*# sourceMappingURL=contacts.css.map */
