* {
  font-family: 'Playfair Display', serif;
}

html {
  background-color: #7CB4B8;
}

a {
  color: black;
  text-decoration: underline;
}

p {
  color: black;
}

.section {
  position: relative;
}

.logo-container, .bottom-container {
  background-color: #7CB4B8;
  background-blend-mode: overlay;
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;

  display: flex;
  flex-direction: column;
  align-items: center;
}
.logo-container img, .bottom-container img {
  mix-blend-mode: overlay;
}

.logo-container {
  background-image: url("/assets/images/logo.png");
}
.bottom-container {
  background-image: url("/assets/images/bottom.png");
}

.log-container {
  width: 100%;
  height: auto;
  background-color: #7CB4B8;
  background-blend-mode: overlay;
  background-image: url("/assets/images/log.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.typeform-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 25%;

  margin: 0 auto;

  width: 80%;
  height: 80vh;
}

.footer {
  background-color: transparent;
  padding-bottom: 32px;
  padding-top: 32px;
}

.sans {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}
