body {
  color: plum;
  font-family: "Trebuchet MS", Garamond;
  background-image: url(albumcover2.png);
  background-position: center;
  background-attachment: local;
  background-color: black;
  background-repeat: repeat;
}

p { 
  text-indent: 50px;
}

h1 {
  color: lavenderblush;
}

header {
  font-size: x-large;
  color: lightblue;
  text-indent: 80px;
}

ul {
  text-indent: 50px;
  list-style: none;
}

li {
  text-indent: 75px;
}

.image-list {
  background-image: url(Art/framepaint.png);
  background: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 20px;
}

.image-row {
  display: flex;
  justify-items: auto;
  gap: 2px;
}
.image-row img {
  width: 20%;
  height: 20%;
}

a {
  color: lightyellow;
  font-size: large;
}

small {
  color: lavenderblush;
}
