ul.blooms,
ul.albums {
  padding-left: 0;
}

ul.blooms li,
ul.albums li {
  list-style: none;
}

ul.blooms li {
  border-top: 1px dotted green;
  border-bottom: 1px dotted green;
  padding: 1rem;
  margin: 0;
}

ul.blooms li p:last-child {
  margin-bottom: 0;
}

ul.blooms a {
  font-weight: 800;
}
section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.albums-year div {
  display: flex;
  gap: 1rem;
}

.albums-year div a {
  flex: 1;
  padding: 1rem;
}

a {
  text-decoration: none;
  background-color: lightgreen;
  padding: 0 0.5rem;
  border-radius: 0.25rem;
  display: inline-block;
}

h1, h2, h3, h4, h5, h6 {
  color: darkgreen;
}

h3, h6 {
  background-color: lightgreen;
}

a:hover {
  color: green;
  text-decoration: none;
  transform: skewX(-10deg);
  font-weight: bold;
}

body {
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  /* aspect-ratio: 1 / 1; */
  transition: background-image 200ms ease-in-out;
}

body {
  background-image: url(./bg/monarch.jpg);
}

section {
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(500px);
  padding: 2rem;
  border-radius: 0.25rem;
  margin-top: 20vh;
  margin-bottom: 20vh;
}

section:last-child {
  margin-bottom: 50vh;
}

main > h1 {
  font-size: 10vh;
  color: white;
  margin-top: 10vh;
  background-color: lightgreen;
  font-style: italic;
  text-align: center;
}
