html {
 font-size: 95%;
  height: 100%;
  margin: 0;
}
* {
	margin: 0;
	padding: 0;
	cursor: url("https://nicegirlslumber.neocities.org/flashlight.png"), auto;
}
body {
    cursor: url("https://nicegirlslumber.neocities.org/flashlight.png"), auto;
    background-image: url(https://nicegirlslumber.neocities.org/Testdressup.jpg);
      background-position: center; 
        background-repeat: no-repeat;
          background-attachment: fixed;
            background-size: cover;
}  
h1 {
  font-family: "Gamja Flower", sans-serif;
  color: black;
  font-size: 175%;
  text-align: center;
}
p {
  font-family: "Gamja Flower", sans-serif;
  color: black;
  font-size: 140%;
  text-align: center;
}