body {
  margin: 0;
  padding: 0;
  background-image: url("bgstars.gif"); /*<-----------*/
  background-color: #fff0f5;
  background-repeat: repeat;
  background-size: 20%;
  text-align: left;
  font-family: "Courier New", monospace;
  font-display: auto;
  color: #ff66b3;
}
.introtext {
  padding-left: 20px;
  padding-top: px;
  padding-bottom: px;
}
.favalbumtext {
  padding-top: 50px;
  padding-left: 22px;
}
.container1 {
  background-image: url("noote.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 435px;
  margin-left: 10px;
  padding: 60px;
  vertical-align: top;
  line-height: normal;
  scroll-behavior: smooth;
  box-sizing: border-box;
  margin-right: 10px;
}
.container2 {
  background-image: url("blankpage2.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  width: 750px;
  height: 750px;
  float: left;
  margin-left: -190px;
  padding: 177px;
  padding-top: 40px;
  box-sizing: border-box;
  scroll-behavior: smooth;
  position: relative;
  display: inline-block;
}
.album-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  justify-items: center;
  align-items: start;
  margin-top: 10px;
  width: 10px;
  box-sizing: border-box;
}
.album {
  position: relative;
  width: 170px;
  height: 170px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #ffbcd9;
  transition: transform 0.12s ease;
  box-sizing: border-box;
  background: #fff;
}
.album img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.album:hover {
  transform: scale(1.03);
  
#load-more {
  margin-top: 16px;
  padding: 6px 14px;
  border: 1px dashed #ff8ac9;
  background: #fff0f7;
  color: #660033;
  font-family: inherit;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.15s ease;
}
#load-more:hover {
  background: #ffd6eb;
}

  
}
#album-tooltip {
  position: fixed;
  background: #fff0f7;
  border: 1px solid #ff8ac9;
  color: #660033;
  font-size: 12px;
  padding: 4px 8px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.12s ease;
  z-index: 1000;
  font-family: inherit;
  border-radius: 4px;
  transform: translate(0, 0);

}
.lastfm-box {
  border: px solid #ff8ac9;
  background: #fff0f7;
  border-radius: 6px;
  margin: px;
  width: 250px;
  font-family: inherit;
  color: #660033;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.lastfm-box img {
  width: 50px;
  height: 50px;
  border-radius: 4px;
}
.lastfm-box a {
  color: #ff66b3;
  text-decoration: none;
  font-weight: bold;
}
.lastfm-box a:hover {
  text-decoration: underline;
}
.lastfm-box-text {
  display: flex;
  flex-direction: column;
}
.homebutton {
  float: left;
  margin: 20px;
}
