/** pallet
#1b663e
#185a37
#154f30
#124429
#0f3923
#0c2d1c
#092215
#06170e
#030b07
#000000
rgb(239, 243, 243)
**/
@keyframes textclip {
    to {
      background-position: 200% center;
    }
  }

  

body{
  background-image: repeating-linear-gradient(
    #030b07 50%,
    #092215 50%
   

  );
      
  

}
h1.title{
    
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #1b663e 0%,
    #154f30 29%,
    #092215 67%,
    rgb(239, 243, 243)100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  font-size: 50px;
}





.word {
    margin: auto;
    color: white;
    font: 250 normal 2.5em 'tahoma';
    text-shadow: 5px 2px #222324, 2px 4px #222324, 3px 5px #222324;
   text-align: center;
  }

a.acasa{
    color:white;
    font-size: 20px;
    text-align: center;
    padding-top: 50px;
    
}