body {
  background-color: #f3a3ff;
  color: white;
  font-family: Verdana;
  text-align: center;
}

.divtag {
  position: relative;
  left: 343.75px;
}  

h1 {
text-shadow: 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000;
}

body {
text-shadow: 0 0 1.5px #000, 0 0 1.5px #000, 0 0 1.5px #000, 0 0 1.5px #000, 0 0 1.5px #000;
}

h2 {
text-shadow: 0 0 1.75px #000, 0 0 1.75px #000, 0 0 1.75px #000, 0 0 1.75px #000, 0 0 1.75px #000;
}

#pageshit {
  position: fixed;
  top: 5px;
  left:5px;
}

#pagedoll {
  position: fixed;
  bottom: 0px;
  right:0px;
}
      .zoomable-image {
      transition: transform 0.2s ease;
    }

    .zoomable-image:hover {
      transform: scale(1.15);
    }

img {
  border-radius: 5%;
}

a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
}
a:active {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #e354ff;
  background-color: transparent;
  text-decoration: bold;
}

a: