body {
  background-color: #000;
  color: #fff;
  font-family: 'Amatic SC', sans-serif;
  font-size: 2em;

  min-width: fit-content;
}

.text {
  font-family: 'Amatic SC', sans-serif;
}

.info > h1 {
  opacity: 1;
  font-size: 2em;
  margin-bottom: 0;
}
.info > div {
  opacity: 0.5
}
.info {
  font-size: 1em;
  position: absolute;
  top: 0%;
  left: 10%;
}

.hello {
  font-size: 3em;
  right: 20%;
  opacity: 0.5;
  position: absolute;
  top: 40%;

  white-space: nowrap;
}

.hello:hover {
  opacity: 1;
}

.hello .code {
  opacity: 0.25;
}

.hello .result {
  opacity: 1;
}

.social {
  white-space: nowrap;
}

.feather {
  display: inline-block;
  vertical-align: -.125em;
  width: 1em;
  height: 1em;

  color: white;
  opacity: 0.5;
}

.feather:hover {
  opacity: 1;
}

footer {
  /* Font options */
  color: #fff;
  font-family: 'VT323', monospace;
  font-size: 1em;
  /* Position options */
  bottom: 1em;
  position: fixed;
  right: 1.5em;
  /* Other options */
  border: 0;
  width: 5em;
}

a {
  color: initial;
  text-decoration: none;
}
