header{
    background-image: url(images/jpp.jpg);
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
    background-size:60%;  
    margin: 0;
    padding: 0;
}

h1 {
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-align: center ;
    justify-content: center;
    display:grid;
    font-family: 'crozetregular';
    color: rgb(0, 255, 13);
    display: block;
    font-size: 15em;


}

h2 {
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
    font-family: 'crozetregular';
    font-weight: bold;
    color: rgb(0, 255, 13);
    justify-content: center;
    font-size: 15em;
 
}



body {
    font-family: 'marr', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.2;
    background-color: black;
    overflow-x: hidden;
    position: relative;
}


:link{
 
    color: black;
    background: rgb(255, 255, 255);
    border-radius: 1em;
    display:inline;
    padding: .5em 1em;
    font-size: 18px;
    font-family: 'banana' ;
    position:sticky;
    top: 15px;
    left: 5px;
    justify-content: left;

}

.collective:link{
 
    color: rgb(255, 255, 255);
    display:inline;
    padding: .5em 1em;
    font-size: 18px;
    font-family: 'banana' ;
    top: 15px;
    left: 5px;
    justify-content: left;

}


h3{
color: white;
margin: 5%;
padding: 5%;
font-family: 'banana';
font-size: 200%;
}

p{
color: white;
margin: 5% ;
padding: 5% ;
font-family: 'bananalight';
font-size: 120%;
margin-top: -110px;
}

a:link {
    color:rgb(0, 0, 0)
}
a:visited {
    color:rgb(0, 0, 0)
}
a:hover{
    color: rgb(0, 255, 13);
}

img {

    width: 23%;
    height: 45%;
    aspect-ratio: 4/3;
    justify-content:center;


}

video {

    width: 100%;
    justify-content:center;
    position:-webkit-sticky;
    height: 45%;
    


 


}

a{
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    margin: 5%;
    padding: 80%;
    font-family: 'banana';
}

h4 { 
    text-align: center;
    animation: scrollText 07s linear infinite;
    white-space: nowrap;
    font-size: 70px;
    font-family: 'banana';

}
h4 span {
    color: black;
    background-color: white;
    padding: 10px 0px;
}

@keyframes scrollText {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(-0%)
    }


}