body {
    background-image: url("https://madelinekoory.neocities.org/images/New%20Project%20(1).jpg");
}

img{
  display: block; 
  margin: auto;
  align-items: center; 
  margin-top: 10px;
}

a {
  color:hotpink;
}

#menu {
  height: 20px;
  text-align: center;
  font-size: 20pt;
  margin-left: 12%;
  margin-top: 0%;
  width: 80%;
  padding:5px;
  font-weight: bold;
  word-spacing: 50px;
  font-family: courier;
}

.doremi {
  height: 80px;
  width: 50px;
  display: block; 
  margin: auto;
  align-items: center; 
  margin-top: 10px;
}

.doremi:hover {
    animation-name: rotate; 
    animation-duration: 3s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes rotate {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}

h1 {
  font-family: garamond;
  text-decoration-line: underline;
  text-decoration-thickness: 3px;
  text-decoration-style: wavy; 
  color: black;
  font-size: 80px;
  text-align: center;
  line-height: 1;
  margin-top: 25px;
}
h1:hover {
  background-image: url("https://madelinekoory.neocities.org/images/c2c5e0d031310f910a74e381c5d740eb.webp");
  margin-left: 250px;
  margin-right: 250px;
  border-radius: 20px;
  color: #fffd01;
}
.mani {
  color: black;
  font-family: courier;
  margin-left: 8%;
  margin-right: 3%;
  border: 10px;
  font-size: 23px;
  font-weight: bold;
}
p:hover{
  color:hotpink;
}

h2 {
  font-family: garamond;
  font-style: oblique;
  text-decoration-line: underline;
  text-decoration-thickness: 4px;
  text-decoration-style: double; 
  color: black;
  font-size: 60px;
  margin-left: 15%;
  margin-top: 85px;
  border: 40px;
  line-height: 1;
} 

h2:hover {
  color: #fffd01;
}

#entryone {
  width: 30%;
  height: 30%;
  margin-left: 15%;
  background-image: url("https://madelinekoory.neocities.org/images/dress/SB124.JPG");
}

#entryone:hover{
  content: url("https://madelinekoory.neocities.org/images/dress/ezgif.com-added-text.gif");
  background-image: none;
}

#roseleft {
  display: block;
  align-items: center;
  margin: auto;
}

p1{
  color: #fffd01;
  text-align: center;
  text-shadow: 1px 1px white, -1px -1px white, -1px 1px white, 1px -1px white;
  display: block;
  margin: auto;
  margin-top: 100px;
  align-items: center;
}