body {
  background-color: #CBC3C1;
  background-image: url('https://hologirl.neocities.org/hologirlfiles/background4.png');
  background-size: cover;
  color: #363538;
}

h1 {
  font-size: 14px;
  text-decoration: underline dotted;
  font-style: italic;
  text-align: center;
}
h2 {
  font-size: 18px;
  text-decoration: underline dotted;
  font-style: italic;
  text-align: center;
}

a {
  color: black;
  text-shadow: 3px 3px 6px black;
  text-decoration: none;
  }

a:hover {
  color: black;
  text-shadow: 3px 3px 6px black;
  font-style: italic;
  }

img {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  width: 140px
}

img:hover {
  box-shadow: 1px 1px 4px 2px #fff;
}

ul {
  list-style-type: circle;
}

.box {
margin: 0 auto;
overflow: auto;
scrollbar-width: none;
background-color: #987DB0;
width: 580px;
height: 735px;
position: absolute;
left: 500px;
top: 100px;
box-shadow: 0px 0px 10px #987DB0, 0px 0px 10px #987DB0, 0px 0px 10px #987DB0, 0px 0px 10px #987DB0, 0px 0px 14px #987DB0;
text-align: center;
font-family: "Texturina", serif;
font-size: 12px;
color: #3C2D49;
}
.currentlybox {
margin: 0 auto;
background-color: #987DB0;
width: 295px;
height: 75px;
position: absolute;
right: 400px;
top: 240px;
box-shadow: 0px 0px 10px #987DB0, 0px 0px 10px #987DB0, 0px 0px 10px #987DB0, 0px 0px 10px #987DB0, 0px 0px 14px #987DB0;
text-align: center;
font-family: "Texturina", serif;
font-size: 12px;
color: #3C2D49;
}
.albumbox {
margin: 0 auto;
overflow: auto;
scrollbar-width: none;
background-color: #987DB0;
width: 310px;
height: 350px;
position: absolute;
right: 344px;
top: 438px;
box-shadow: 0px 0px 10px #987DB0, 0px 0px 10px #987DB0, 0px 0px 10px #987DB0, 0px 0px 10px #987DB0, 0px 0px 14px #987DB0;
text-align: left;
font-family: "Texturina", serif;
font-size: 12px;
color: #3C2D49;
padding: 5px;
}
