html {
  background-image: url(https://bopsandbangers.com/wp-content/uploads/2025/08/pinkpantheress-romeo-music-video.png);
}

body {
  display: flex;
  justify-content: center;
}

main {
  font-family: helvetica, sans-serif;
  display: flex;
  color: #dddddd;
  width: 60%;
  max-width: 600px;
  padding: 20px 20px;
  background-color: rgba(74, 63, 63, .8);
  border-radius: 20px;
  border: 4px dashed white;
  flex-wrap: wrap;
  justify-content: center;
}

.trib-title {
  display: flex;
  font-size: 30px;
  color: #ffa1a1;
}

img {
  height: auto;
  display: block;
  filter: drop-shadow(10px 10px #a14242);
  max-width: 100%;
}

.img-caption {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

a {
  color: #ffa1a1;
  text-decoration: none;
}

a:hover {
  color: white;
}

.indent {
  text-indent: 2em;
}

p {
  flex-wrap: wrap;
}