body {
  background-image: url("images/background.gif");
  color: white;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

h1 {
  font-size: 4rem;
  color: aqua;
}

ul {
  color: yellow;
}

a,
a:visited {
  color: yellow;
}

.list {
  display: flex;
  flex-wrap: wrap;
}

.pic {
  display: flex;
  flex-direction: column;
  width: 150px;
}

.pic img {
  width: 150px;
}

nav {
  margin-bottom: 5rem;
}

footer {
  margin-top: 5rem;
}

.footer {
  display: flex;
}

.stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.discog {
  max-width: 600px;
  aspect-ratio: 16/9;
  background-image: url("images/fye.jpg");
  background-size: cover;
  overflow-y: scroll;
  padding: 150px 10px 10px 10px;
}

.discog-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px;
}

.discog img {
  width: 100px;
}
