body{
    background-color: #404040;
    font-family: 'Space Mono', monospace;
}

.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-color: #000000;
   
}
.statement {
    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%;
    
}

.paper{
    z-index: 100;
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    bottom: 0px;
    left: 45%;
    height: 600px;
    width: 25  %;
    

}

.hero{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    
}


.essay {
    width: 60%;

}

a:link {
  color: #000000;
}

/* visited link */
a:visited {
  color: #000000;
}

/* mouse over link */
a:hover {
  color: #87FF2A;
}

/* selected link */
a:active {
  color: blue;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;

