body {
  margin: 0;
  background-size: cover;
  background-position: center;
}

p {
    display: block;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

a {
  color: white;
}

.viewport {
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
}


.text-box {
  height: auto;
  width: auto;
  /* background-color: rgba(255,255,255,0.8); */
  border-radius: 1vh;
  justify-content: center;
  align-items: center;
}

.subtitle {
  font-size: 3vh;
  text-align: center;
  font-family: 'Helvetica', sans-serif;
  padding: 0 1vh 1vh 1vh;
  /* color: #3FC1C9; */
  color: #364F6B
}


.logo {
  display: block;
  margin: 0 auto;
  width: 80vw;
  max-width: 400px;
}
