html,
body {
  height: 100vh;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'proxima-nova', Helvetica Neue, Helvetica, Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: scroll !important;
  font-size: 1.3rem;
}

a {
  font-size: 2.4rem;
  color: #2e6195;
  font-weight: 600;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #244378;
}

h1 {
  color: #202024;
  font-size: 3.5rem;
  font-weight: 200;
  line-height: 4.4rem;
  margin: 0;
  margin-bottom: 8.5rem;
  max-width: 50rem;
  text-align: center;
}

main {
  align-items: center;
  background-color: white;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

p {
  color: #202024;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2rem;
  margin: 0;
  max-width: 40rem;
  text-align: center;
}

.link-container {
  display: flex;
}

.link-separator {
  font-size: 2.4rem;
  margin: 0 1rem 0 1rem;
}

.link {
  align-items: center;
  display: flex;
}

.noodle-logo {
  width: 13.6rem;
}

.message {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 7.6rem;
  margin-bottom: 4.2rem;
}

@media only screen and (max-width: 536px) {
  a {
    font-size: 1.8rem;
  }

  h1 {
    font-size: 2.5rem;
    line-height: 2.9rem;
    margin-bottom: 9.7rem;
    max-width: 35rem;
  }

  p {
    max-width: 29rem;
  }

  .link-separator {
    font-size: 2.4rem;
  }

  .message {
    margin-top: 7.2rem;
    margin-bottom: 2.2rem;
  }
}

@media only screen and (max-width: 320px) {
  h1 {
    margin-bottom: 6.5rem;
    max-width: 25rem;
  }

  p {
    max-width: 23rem;
  }

  .message {
    margin-top: 8.1rem;
    margin-bottom: 1.8rem;
  }
}