html {
    background: url(images/stripes.png);
    background-repeat: repeat;
    background-color: black;
    font-family: ms gothic;
    font-size: 12px;
}

.box {
  display: grid;
  place-items: center;
}

.not_found {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  border-width: 10px;
  border-style: solid;
  border-image: url(images/border13.png) 7 fill round;
  color: white;
  text-shadow: 1px 1px 1px #000,-1px 1px 1px #000,1px -1px 1px #000,-1px -1px 1px #000;
}

a:link {
  color: #ffffff;
  text-shadow: 1px 1px 1px #5c5ab6,-1px 1px 1px #5c5ab6,1px -1px 1px #5c5ab6,-1px -1px 1px #5c5ab6;
  
}

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

a {
  text-decoration: none;
}

.not_found {
  margin-top: 8%;
  text-align: center;
}

* {
	 cursor: url(https://file.garden/ZsE6xZuMU1g5MIQQ/neocities/nat997.cur), default;
	}
	 
	*:active {
	 cursor: url(https://file.garden/ZsE6xZuMU1g5MIQQ/neocities/nat997.cur), default;
	}

#pagedoll {
  position: absolute;
}


#doll1 {
  position: absolute;
  margin-left: 855px;
  margin-top: -621px;
  z-index: 10;
  filter: grayscale(0.3) drop-shadow(0.3px 0.3px 0 black) drop-shadow(-0.3px 0.3px 0 black) drop-shadow(0 0.3px 0 black) drop-shadow(0 0.3px 0 black) drop-shadow(0 0.3px 0.3px black) drop-shadow(0 0.3px 1px black);
}

#doll2 {
  position: absolute;
  margin-left: -361px;
  margin-top: -763px;
  z-index: 10;
  filter: grayscale(0.3) drop-shadow(0.3px 0.3px 0 black) drop-shadow(-0.3px 0.3px 0 black) drop-shadow(0 0.3px 0 black) drop-shadow(0 0.3px 0 black) drop-shadow(0 0.3px 0.3px black) drop-shadow(0 0.3px 1px black);
}

#doll3 {
  position: fixed;
  top: -66px;
  left: 16px;
  z-index: 10;
  filter: grayscale(0.3) drop-shadow(0.3px 0.3px 0 black) drop-shadow(-0.3px 0.3px 0 black) drop-shadow(0 0.3px 0 black) drop-shadow(0 0.3px 0 black) drop-shadow(0 0.3px 0.3px black) drop-shadow(0 0.3px 1px black);
}

#wrapper {
    margin-left:auto;
    margin-right:auto;
    width:960px;
}