body {
  background-image: linear-gradient(to right bottom, #ffab8b, #efbb83, #d9ca89, #c3d69b, #afe0b4, #90dec2, #72dad3, #5cd4e5, #2cc1f1, #3baaf6, #718dec, #a06acf);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  font-family: "Quicksand", serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding: 1rem;
}

body.plain {
  margin: 0;
  padding: 0;
}

a {
  color: #a06acf;
  text-decoration: none;
}

a:hover {
  color: #ffab8b;
  text-decoration: underline;
}

a:visited {
  color: #718dec;
}

.site__wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
}

.site__centered-content {
  max-width: 40rem;
  width: 100%;
}

.site__header {
  margin-bottom: 2rem;
  padding: 1rem 2rem;
  text-align: center;
}

.site__logo {
  display: block;
  height: 5rem;
}

.site__footer {
  padding: 1rem;
  text-align: center;
}

.site__full-width-content {
  background-color: white;
  border-radius: 2rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  height: 100%;
  margin: 2rem;
  padding: 1rem;
}

.card {
  background-color: white;
  border-radius: 2rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 3rem;
  text-align: center;
}

.card__full-width {
  width: 100%;
}

.card__tagline {
  font-size: 1.5rem;
}

.coming-soon {
  font-size: 1.5rem;
  text-align: center;
}