@import url(https://fonts.googleapis.com/css?family=Anton&display=swap);


h1.maintitle {
    font-weight: 600;
    font-size: 24px;
    font-family: Hack,sans-serif;
    background: linear-gradient(4deg,#2d0897,#66FF00,#CC3333);
    background: -webkit-linear-gradient(4deg,#2d0897,#66FF00,#CC3333);
   
    letter-spacing: 1px;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-repeat: repeat;
    background-size: 90%;
    animation: shine 10s linear infinite;
    font-size: 20px;
    font-family: Anton,sans-serif
}

@keyframes shine {
    0% {
        background-position-x: -500%
    }

    100% {
        background-position-x: 500%
    }
}


header {
    z-index: 999;
    left: 0;
    right: 0;
	
	
}






   





























