@charset "UTF-8";
/* CSS Document */

#welcomel {
   margin-right: auto;
   margin-bottom: auto;
   margin-left: auto;
}

 

#logol {
    width: 50%;
    padding-left: 25%;
    padding-right: 25%;
        padding-top: 21vh;
    text-align: center;
    text-align: -webkit-center;
    font-family: sans-serif;
    color: #fff;
    text-decoration: none;
    text-shadow: 2px 2px 2px #000000;
    font-size: 50px;
    font-weight: bold;
    -webkit-animation: colorchange 20s infinite alternate;

}
  body {
      background-attachment: scroll;
      background: url(/night.jpg);
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
		    background-position: center;
      height: 100vh;
  }

#textl a {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-align: -webkit-center;
    font-family: sans-serif;
    color: #fff;
    text-decoration: none;
    font-size: 24pt;
    text-shadow: 2px 2px 2px #000000;
    -webkit-animation: colorchange 20s infinite alternate;
}
 
a {
    text-decoration: none;
    color: white;
}

h2 {
    font-size: 20px;
    margin-block-start: 0px;
    margin-block-end: 30px;
}

h1 {
    font-size: 30px;
    margin-block-start: 10px;
    margin-block-end: 10px;
}
 a {
    text-decoration: none;
	 
	
 }
 
 h2 {
font-size: 20px;
 }
 
 
 h1 {
     font-size: 30px;
 }
 @-webkit-keyframes colorchange {
      0% {
        
	    color: blue;
      }
      
      10% {
        
	    color: #bb00ff;
      }
      
      20% {
        
	    color: #04ffcd;
      }
      
      30% {
        
	    color: #ff6600;
      }
      
      40% {
        
	    color: red;
      }
      
      50% {
        
	    color: #007fff;
      }
      
      60% {
        
	    color: #59ff00;
      }
      
      70% {
        
	    color: #2980b9;
      }
      80% {
     
	    color: #ffcd02;
      }
      
      90% {
     
	    color: #00ff92;
      }
      
      100% {
        
	    color: #ff03a9;
      }
		}
		
