html {
  font-size: 62.5%;
}

body {
  color: #061d36;
  background-color: #fff;
  font-family: manrope, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.8em;
}

header svg {
  display: block;
  max-width: 200px;
  margin: 100px auto 10px;
}

header h1 {
  text-align: center;
  margin: 16px 0 0;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  font-size: 5rem;
}

main {
  text-align: center;
  font-size: 2rem;
  margin-top: 30px;
  margin-bottom: 20px;
}

main .tagline {
  color: #7676ff;
  font-size: 2.2rem;
  margin-bottom: 2rem;
}

main a {
  color: #061d36;
  transition: color 0.2s ease-out;
  background-image: linear-gradient(#ff486f, #ff486f);
  background-size: 1px 2px;
  background-repeat: repeat-x;
  background-position: 0 95%;
  text-decoration: none;
}

main a:focus,
main a:hover {
  color: #ff486f;
}

.container {
  margin: 0 auto;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

main a.icon {
  display: inline-block;
  margin-top: 3rem;
  text-decoration: none;
  background: none;
  font-size: 3rem;
}

main a.icon svg {
  width: 30px;
  height: 30px;
}

main a.icon svg path {
  transition: stroke 0.2s ease-out;
  fill: none;
  stroke: #7676ff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

main a.icon:focus svg path,
main a.icon:hover svg path {
  stroke: #ff486f;
}

footer {
  width: 100%;
  text-align: center;
  line-height: 2rem;
  margin-bottom: 1rem;
  color: #979eaa;
}

footer p {
  margin: 1rem 0;
  line-height: 2.5rem;
}

footer .bull {
  display: none;
}

footer br {
  display: inline;
}

@media (min-width: 500px) {
  footer .bull {
    display: inline;
  }

  footer br {
    display: none;
  }
}
