body {
  background: #000;
  color: #f8f8f2;
  font-family: "Courier New", Courier, monospace;
  margin: 0;
}

.top-bar {
  border-bottom: 1px solid #44475a;
  padding: 0.75rem 1rem;
}

.top-bar__nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
}

.top-bar__link {
  color: #8be9fd;
  text-decoration: none;
}

.top-bar__link:last-child {
  justify-self: end;
}

.top-bar__title {
  justify-self: center;
}

.top-bar__link:hover,
.top-bar__link:focus {
  text-decoration: underline;
  color: #ff79c6;
}

a {
  color: #8be9fd;
}

a:visited {
  color: #ffb86c;
}

a:hover,
a:focus {
  color: #ff79c6;
}

h1,
h2,
h3,
h4 {
  text-align: center;
}

h1 {
  color: #bd93f9;
}

main {
  padding: 1rem;
  max-width: 900px;
  margin: 0 auto;
}

main ul,
main ol {
  text-align: left;
}

main img {
  max-width: 100%;
  height: auto;
}

/*# sourceMappingURL=main.css.map */