html {
 cursor: url('/images/cursor2.gif'), auto !important;
}
 body {
  background-color: #ffd8f2;
  font-family: "Agbalumo"; color:#99517d;
}
 li {
  list-style-image: url('/images/strawberry.png');
}
 h2, h3, h4, h5, h6 {
  font-family: 'Sarina';
  color: #d65c9c;
  text-indent: 5px;
  letter-spacing: 1px;
  text-shadow: 2px 2px 2px #ff99d0;
  font-size: 20px;
}
 b {
  color: #b5418a;
}
 i {
  color: #ff94ba;
} 
 u {
  color: #9c7abe;
}
 a:link, a:active {
  color: #ff61b6;
  background-color: #ffe1f1;
  font-weight: 700;
}
 a {
  cursor: url('/images/cursor2.gif'), auto;
}
 a:visited {
  color: #8B4585;
}
 a:hover {
  font-style: italic;
  background-color: #ffe0af;
}
 .date {
  background-color: #f6d6ff;
}     
 #peony {
  position: absolute;
  left: 645px;
  top: 325px;
  z-index: 1;
}
 #box  {
  width: 650px;
  height: 800px;
  top: 125px;
  background-color: white;
  padding: 15px;
  border: 3px dotted #f7689a;
  position: absolute;
  margin:0em 15px;
  box-shadow: 0px 0px 15px #dd2a90;
  word-spacing: 1px;
  word-break: break-word;
  overflow-y:auto; 
  scrollbar-width: none;
}
 #top  {
  width: 650px;
  height: 150px;
  top:  -10px;
  position: sticky;
  background-color: white;
  word-spacing: 1px;
  word-break: break-word;
  overflow-y:auto; 
  scrollbar-width: none;
  z-index: 1;
}
 #blog  {
  width: 625px;
  height: 750px;
  top: 150px;
  background-color: white;
  padding-right: 100px;
  position: absolute;
  word-spacing: 1px;
  word-break: break-word;
  overflow-y:auto; 
  scrollbar-width: none;
}
  #buttons {
  position: absolute;
  left: 275px;
  top: 960px;
  padding: 15px;
}
 #glow {
  position: absolute;
  left: 172px;
  top: -10px;
  font-family: 'Fleur De Leah';
  font-size: 25px;
  color: #fff;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
}
  
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
}