body {
margin: 0;
height: 100vh;
cursor: url('https://www.rw-designer.com/cursor-view/34833.png'), auto;
background-image: url("https://i.imgur.com/Cl3QR3a.gif");
background-size:contain
}

#headertext { 
  font-family: 'Henny Penny';
color:blue; 
border-style: dotted;
border-radius: 20px;} 


#box1 { 
  border: 8px dotted;
  font-size: 20px;
  color:blue; font-family: 'Henny Penny';
  margin: center;
  width: 650px;
  height: 450px;
  overflow: scroll;
  background-color: rgb(255, 255, 255);
  cursor: url('https://www.rw-designer.com/cursor-view/34833.png'), auto;

}

#box2 { border: 8px dotted;
  font-size: 20px;
  color:blue; font-family: 'Henny Penny';
  margin: center;
  width: 650px;
  height: 450px;
  overflow: scroll;
  background-color: rgb(255, 255, 255);
  cursor: url('https://www.rw-designer.com/cursor-view/34833.png'), auto;

}

#unicorn { float: left; 
  margin-top: auto;
  animation: gelatine 1s infinite;

}
@keyframes gelatine {
  from, to { transform: scale(1, 1); }
  25% { transform: scale(0.9, 1.1); }
  50% { transform: scale(1.1, 0.9); }
  75% { transform: scale(0.95, 1.05); }
}

a:hover {
   cursor: url('https://www.rw-designer.com/cursor-view/34833.png'), auto;
}

#eddie {
font-family: 'Henny Penny';

}
