/*  <link href="/winter25.css" rel="stylesheet" type="text/css" media="all"> is how you paste this! -->

 h1 {
      color: #dda15e
    } 
    
    
     
    h2 {
      color: #dda15e
    } 
    
    h3 {
      color: #dda15e
    } 
    
     p {
      color: #dda15e
    } 
    
    main {
     
     color: #EEEEEE 
      
    }
    
    
    .bonkiringdiv { margin: auto; }
    
 /* Decorated White Christmas Tree - From Cursors-4U.com */
* {
  cursor: url('https://cdn.cursors-4u.net/css-previews/decorated-white-christmas-tree-aa7ddf62-css.webp') 0 0, auto !important;
}

    
    
    body {
   background-image: url(https://bettysgraphics.neocities.org/images/backgrounds/pattern%20450.jpg);

} 



.float {
font-size:2em;
color: #000;
animation-name: floating;
animation-duration: 3s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
}

@keyframes floating {
0% { transform: translate(0, 0px); }
50% { transform: translate(0, 15px); }
100% { transform: translate(0, -0px); }
}




 @font-face {
  font-family: GlamourGirl;
  src: url(GLAMOURGIRL.TTF);
}
    
    
    .float{
  font-family: GlamourGirl;
}
    
    
    
    
    
    
    
    
    
    
