@font-face {
  font-family: "Outfit";
  src: url("assets/fonts/Outfit/Outfit-VariableFont_wght.ttf") format("truetype");
  font-weight: 400 700;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background-color: #D5E1EF;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.attribution {
  font-size: 11px;
  text-align: center;
  position: fixed;
  bottom: 0;
  z-index: 2;
}

.attribution a {
  color: hsl(228, 45%, 44%);
}

.card {
  box-shadow: 0 0 30px -40px #1F314F;
  border-radius: 1.25rem;
  background-color: #FFFFFF;
  padding: 1rem 1rem 2.5rem 1rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}

.cardHeader {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  justify-content: center;
}

.cardHeaderText {
  margin: 0;
  max-width: 18rem;
  text-align: center;
  color: #68778D;
  font-family: Outfit, sans-serif;
  font-weight: 400;
  font-size: 0.938rem;
  line-height: 140%;
  letter-spacing: 0.013rem;
}

.cardHeaderTitle {
  margin: 0;
  max-width: 18rem;
  text-align: center;
  color: #1F314F;
  font-family: Outfit, sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 120%;
  letter-spacing: 0;
}

.cardImage {
  border-radius: 1.25rem;
  height: auto;
  max-width: 18rem;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

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