#root {
  background-color: white;
  color: black;
  margin: auto;
  min-height: 100vh;
}

header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.hero {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-size: calc(10px + 2vmin);
  white-space: nowrap;
}

.hero-subtext {
  font-size: calc(10px + 1vmin);
  max-width: 400px;
}

.about {
  margin: auto;
  max-width: 720px;
}

.about-text {
  background-color: #f5f5f5;
  font-size: calc(5px + 1vmin);
  padding: 10px;
  text-align: left;
}

footer {
  font-size: 14px;
  margin-bottom: 1rem;
  text-align: center;
  word-break: normal;
}

.spacer {
  display: block;
  padding: 1rem 0;
}

.social-link {
  padding-right: 10px;
}
