body{
    background-color: #ffffff;
   font-family: 'Playfair Display', serif;
  
}


.banner{
    letter-spacing: 3px;
    font-size: 100px;
    width: 100%;
    height: 400px;
    padding: 0px;
    transform: rotate(-9deg);
    text-decoration-color: #000000;
    position: fixed;
    
}
p {
    z-index: 90;
    font-size: 38px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font color: 00ff00; 
   
}

a{
    text-decoration: none;
    animation: hue-rotate 6s linear infinite;

}
.statement {
    text-decoration: none;
    transition-property: color #000000;
    transition-duration: 1.5s;
    transition-timing-function: linear;
    transition-delay: .5s;
    z-index: 100;
     position: sticky;
    top: 0;

    
}

img{
    width: 70%;

