<style>

.responsive {
    width: 100%;
    height: auto;
}
ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul
{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
ul li
{
    float:left;
    width: 355px;
    height: 40px;
    background-color: rgb(0, 0, 0);
    opacity:.8;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    
}
ul li a
{
    text-decoration: none;
    color: white;
    display: block;
    font-size:15px;
}
ul li a:hover
{
    background-color: black;
    height:40px;
    
}


body {
    font-family:  sans-serif;
}


header {
    background-color: black;
    padding: 0px;
    text-align: center;
    font-size: 35px;
    color: white;
}

h2
{
    background-color: transparent;
    padding: 0px;
    text-align: center;
    font-size: 35px;
    color: white;
}


h3
{
    background-color: transparent;
    padding: 0px;
    text-align: center;
    font-size: 50px;
    color: whitesmoke;
}


h4
{
    background-color: white;
    padding: 0px;
    text-align: left;
    font-size: 35px;
    color: black;
}



body,h1{
    margin:0;
    padding:0;
    font-family:arial;
    background-color:black;
}

.text-container h1{
    font-size:150px;
    color:rgba(225,225,225,.1);
    background-image: url(color.png);
    background-repeat:repeat-x;
    -webkit-background-clip:text;
    animation: animate 40s linear infinite;
}

@keyframes animate{
    0%{
        background-position:left 0px top 10px;
    }
    40%{
        background-position:left 800px top 10px;
    }
    
    
}
.text-container{
    margin-top: 17%;
    text-align:center;
}







