.title {
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  color: #07faf1;
  font-size: 1.5em;
}
.enterlink {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}
p {
  font-size: 1.1em;
}

.lspacing {
  letter-spacing: 15px;
}

/**/

.center-vertical {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90vh;
}

.nowrap {
  white-space: nowrap;
}

@media (max-width: 690px) {
  .responsive-text {
    font-size: 0.75em;
    letter-spacing: 8px;
  }
}


