:root {
  --black: #000;
}

.co-logo {
  width: 300px;
  margin-bottom: 30px;
}

.landing-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.email {
  color: var(--black);
  font-family: PT Sans, sans-serif;
  font-size: 26px;
  line-height: 30px;
  text-decoration: none;
}

.body {
  color: #333;
  font-family: Bitter, serif;
}

@media screen and (max-width: 479px) {
  .co-logo {
    max-width: 260px;
  }

  .email {
    font-size: 26px;
    line-height: 28px;
  }
}


