body {
  background: #050620;
  background: -webkit-radial-gradient(rgba(5,6,32,0.79), rgba(5,6,32,0.91));
  background:    -moz-radial-gradient(rgba(5,6,32,0.79), rgba(5,6,32,0.91));
  background:         radial-gradient(rgba(5,6,32,0.79), rgba(5,6,32,0.91));
  color: #ecf0f1;
  transition: all 0.3s ease-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 1500px;
  width: 100%;
}

p, li, a {
  font-size: 18px;
  text-decoration: none;
}

.hero {
  max-width: 700px;
}

.sliding-text {
  margin-bottom: 40px;
  font-weight: normal;
}

.sliding-text-not-highlighted {
  font-weight: 100;
  letter-spacing: 2px;
}
.sliding-text-highlighted {
  font-weight: 800;
  letter-spacing: 0px;
}


/* .word {
  margin-right: 0.5em;
} */
.letter {
  display: inline-grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  min-width: 0.4em;
  font-variant: small-caps;
}
.letter .not-highlighted {
  grid-area: 1/2/1/2;
  font-weight: 100;
}
.letter .highlighted {
  grid-area: 1/2/1/2;
  font-weight: 800;
}



.scroll-info {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
