body {
background-color: #CBC3C1;
background-image: url('/hologirlfiles/background1.png');
background-size: cover;
color: #363538;
}

h1 {
font-size: 14px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

ul li {
  float: left;
}

ul li a {
  display: block;
  color: #3C2D49;
  text-align: center;
  padding: 14px 16px;
  text-decoration: underline dotted;
}

ul li a:hover {
  color: #6A4F82;
  font-style: italic;
}

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;
  text-decoration: underline;
  }

.box {
margin: 0 auto;
overflow: auto;
scrollbar-width: none;
background-color: #987DB0;
width: 480px;
height: 635px;
position: absolute;
left: 500px;
top: 150px;
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;
}

.sidebar {
margin: 0 auto;
background-color: #987DB0;
width: 250px;
height: 235px;
position: absolute;
left: 200px;
top: 150px;
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;
overflow: auto;
scrollbar-width: none;
color: #3C2D49;
}

.sidebar2 {
margin: 0 auto;
background-color: #987DB0;
width: 250px;
height: 210px;
position: absolute;
left: 200px;
top: 385px;
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;
}
