   	a:link {
		color: #00EC00;
        text-decoration: none;
}

        a:visited {
        color: #FFFFFF;
        text-decoration: none;
}

        a:active {
       color: #0000FF;
       text-decoration: none; 
 }

   img { 
	     pointer-events: none;
          }

  .Xselect {
          user-select: none;
         }

@font-face { font-family: LED monospace; src: url('../../fonts/LED.ttf'); } 

      FS {
         color: #002A8C; 
         font-size: 58px; 
         font-weight: 1600;
         font-family: LED monospace; 
         text-shadow: 4px 2px 0px #DDDDDD, 4px 2px 0 white;
      }
       
     genius{
       opacity: 1;
       color: #FF00D6; 
       font-size: 200px; 
       font-weight: 5000;
       font-family: fingers monospace; 
       text-shadow: 2px 1px 2px red, 2px 2px 0 blue;
    }

 @font-face { font-family: buildings monospace; src: url('../../fonts/buildings.ttf'); } 
         office {
         color: #06BD00; 
         font-size: 80px; 
         transform: {scale: (1.5)};
         opacity:1.5;
         font-family: buildings monospace; 
      }

@font-face { font-family: speech1 monospace; src: url('../../fonts/speech1.ttf'); } 
         s1{
         color: #06BD00; 
         font-size: 60px; 
         transform: {scale: (1.5)};
         opacity:1.5;
         font-family: speech1 monospace; 
      }
      
 @font-face { font-family: cubicblock monospace; src: url('../../fonts/cubicblock.ttf'); }      
       hI{
         color: #0000FF; 
         font-size: 60px; 
         font-family: cubicblock monospace; 
      }     

@font-face { font-family: cubicblock monospace; src: url('../../fonts/cubicblock.ttf'); }      
       hJ{
         color: #00EEEE; 
         font-size: 90px; 
         font-family: cubicblock monospace; 
      }     

@keyframes scale {
  0% {
    font-weight: 100;
  }
  100% {
    font-weight: 1000;
  }
}

.element {
  font-size: 15vw;
  animation: 4s ease-out scale alternate infinite;
}
