

body {
			font-family: 'Dico';
        		}
        		
  @font-face {
    font-family: 'Dico';
    src: url('Dico.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    
}

.jacquard-12-regular {
  font-family: "Jacquard 12";
  font-weight: 400;
  font-style: normal;
}



  
b,ody:before {
content: " ";
height: 100vh;
width: 100vw;
display: block;
position: fixed; 
top: 0; 
left: 0; 
z-index: 100;
background-image: url('https://weirdlookingstar.neocities.org/resources/2346ftT.gif');
background-position:center;
animation: yourAnimation 3s ease 0s 1 normal forwards;
pointer-events: none;}
@keyframes yourAnimation { 0.0%{ opacity: 1;} 75%{ opacity: 1; } 100%{ opacity: 0;} } 
