@import url(/modern-normalize.css);

body {
  align-items: center;
  background-color: rgb(40, 36, 52);
  background-image: url(/night.gif);
  background-repeat: repeat;
  color: rgb(249, 251, 248);
  display: flex;
  flex-direction: column;
  font-family: 'Courier New', Courier, monospace;
  font-size: 1.15rem;
  font-weight: 600;
}

a {
  text-decoration: none;
}

a:link {
  color: rgb(130, 161, 255);
}

a:visited {
  color: rgb(201, 115, 255);
}

a:hover {
  color: rgb(233, 132, 179);
}

a:active {
  color: rgb(255, 63, 153);
}

h1 {
  text-align: center;
}

h2 {
  margin: 0.3em 0em;
}

main {
  width: 66%;
}

header#top {
  margin-bottom: 1rem;
  width: 66%;
}

@media (orientation: portrait) {
  main {
    width: 90%;
  }

  header#top {
    width: 90%;
  }
}

header#top h1 {
  margin-bottom: 1rem;
}

header#top h1 a {
  color: rgb(249, 251, 248);
}

header#top nav {
  font-size: 1.2em;
}

header#top nav ul {
  background-color: rgb(57, 51, 73);
  border: 6px double rgb(116, 103, 114);
  display: flex;
  gap: 1.6em;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0.4em 0.8em;
}

ol.feed {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

ol.feed li {
  width: 100%;
}

article {
  background-color: rgb(57, 51, 73);
  border: 6px double rgb(116, 103, 114);
  padding: 0.4em 0.8em;
}

footer {
  margin: 2rem 0;
}
