body {
  background-image: url('https://somethinghappened.neocities.org/cobwebs/music/bkgnd1.jpg');
  background-repeat: repeat;
}

.grid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.box {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: auto;
  background: none;
  overflow: hidden;
}

.banner {
  top: 20px;
  left: 10px;
  width: 600px;
  height: auto;
}

.collage-box {
  top: 1100px;
  left: 1096px;
  width: 370px;
  height: auto; 
}

.container-container {
  position: absolute;
  display: inline-block;
  top: 50px;
  width: 100%;
  max-width: 1150px;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.criteria-text {
font-size: 16px;
}

.left-container {
  position: relative;
  display: inline-block;
  top: 0px;
  left: 50px;
  width: 970px;
  font-size: 19px;
  color: #f0e1d1;
  border: 2px solid #CEAEAB;
  border-radius: 15px;
  background-color: #142c30AA;
  overflow-wrap: break-word;
  white-space: normal;
  padding: 10px;
}

.album-img {
  float: left;
  margin: 0 20px 10px 0;
}

.album::after {
  content: "";
  display: block;
  clear: both;
}



.right-container {
  position: relative;
  background-color: #5C0017;
  font-family: serif;
  font-size: 20px;
  color: #f0e1d1;
  top: 50px;
  left: 1096px;
  width: 350px;
  height: auto;
  border: 2px solid #CEAEAB;
  border-radius: 15px;
  padding: 10px;
  z-index: 1;
}

.right-container-flourish1 {
  z-index: 2;
}

.right-container2 {
  position: relative;
  background-color: #5C0017;
  font-family: serif;
  font-size: 20px;
  color: #f0e1d1;
  top: 580px;
  left: 1096px;
  width: 350px;
  height: auto;
  border: 2px solid #CEAEAB;
  border-radius: 15px;
  padding: 10px;
}

a {
color: #f0e1d1
}

.quote-wrapper {
  display: flex;      
  gap: 20px;           
  padding: 10px;
  margin: 20px 0;
  clear: both;         
  flex-wrap: wrap;     
}

.quote-left,
.quote-right {
  flex: 1 1 0;         
  min-width: 200px;    
  padding: 10px;
}

.quote-left {
  border-right: 1px solid #f0e1d1;
}

.skullring {
  position: relative;
  top: 2535px;
  left: 917px;
  width: 150px;
  height: auto;
  z-index: 2;
}

.skullring img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.pedals {
  position: relative;
  top: 2305px;
  left: 1045px;
  width: 370px;
  height: auto;
  
}

.pedals img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.right-container3 {
  position: relative;
  background-color: #5C0017;
  font-family: serif;
  font-size: 20px;
  color: #f0e1d1;
  top: 2615px;
  left: 1035px;
  width: 350px;
  height: auto;
  border: 2px solid #CEAEAB;
  border-radius: 15px;
  padding: 10px;
}






