
body {
  background-image: url(https://files.catbox.moe/adeuct.png);
  color:  black;
  font-family: spectral;
  background-repeat: no-repeat;
}


.stamps {
  border-radius: 10px;
  background-image: url(https://i.pinimg.com/736x/98/f1/95/98f195a2163e78b2e57b807f83251c1d.jpg);
  overflow: auto;
  white-space: nowrap;
  padding: 5px;
  width: 650px;
  height: 60px;
  scrollbar-color: #593d32 transparent;
  scrollbar-width: thin;
}
         
.image-container {
  margin: auto;
  display: inline-block;
   display: block; 
  height: auto; 
  transform: translate(-50px, -1px);
  background-attachment: fixed;
  position: absolute
}

.container {
  position: relative;
  text-align: center;
  color: brown;
}


/*.overlay-text {
/*  position: relative;
/*  top: 0%; 
/*  left: 0%; 
/*  transform: translate(70%,-200%); 
/*  color: #8a5a67;
 /* max-height: 50%;
/*  max-width: 600px;
/*  overflow-y: scroll;
/*  scrollbar-color: #593d32 transparent;
/*  scrollbar-width: thin;
/*  z-index: 1; 
/*} */

.music {
  position:absolute;
  right:40px;
  top: 20px;
  z-index: 2;
}

ul {
  position:absolute;
  left: 10px;
  top: 80px;
  list-style-type: none;
  border-radius: 25px;
  margin: 0;
  padding: 0;
  width: 200px;
  background-image: url(https://i.pinimg.com/1200x/33/79/e5/3379e573331bfe0555ccb8a124a0cd86.jpg);
  object-fit: fill;
}

li a {
  display: block;
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
}

/* Change the link color on hover */
li a:hover {
  border-radius: 25px;
  background-color: #593d32;
  color: white;
}




