body {
background-color: #CBC3C1;
background-image: url('https://hologirl.neocities.org/hologirlfiles/background2.png');
background-size: cover;
color: #363538;
}

.box {
margin: 0 auto;
overflow: auto;
scrollbar-width: none;
background-color: #987DB0;
width: 1000px;
height: 830px;
position: absolute;
top: 50px;
left: 23%;
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;
}

img {
position: absolute;
width: 130px;
left: 5%;
top: 5%;
transform: rotate(-14deg)
}

img:hover {
  animation: shake 0.5s;
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

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;
  }

h1 {
font-size: 14px;
}

table, tr, th, td {
  font-family: "Texturina", serif;
  font-size: 12px;
  border: 2px solid #745985;
  width: 100%;
  padding: 8px;
  border-collapse: collapse;
}