a:hover{
    opacity: 0%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
img{
    z-index: 2;
    position: sticky;
}
h1{
    z-index: 1;
    margin-top: 50px;
    margin-left: 25px;
    position: fixed;
    font-size: 30px;
    font-family: 'Raleway', sans-serif;

}
h2{
    z-index: 1;
    margin-top: 600px;
    margin-left: 430px;
    position: fixed;
    font-size: 30px;
    font-family: 'Raleway', sans-serif;

}
h3{
    z-index: 1;
    margin-top: 50px;
    margin-left: 1300px;
    position: fixed;
    font-size: 30px;
    font-family: 'Raleway', sans-serif;

}
h4{
    z-index: 1;
    margin-top: 90px;
    margin-left: 1300px;
    position: fixed;
    font-size: 30px;
    font-family: 'Raleway', sans-serif;

}
h5{
    z-index: 1;
    margin-top: 130px;
    margin-left: 1300px;
    position: fixed;
    font-size: 30px;
    font-family: 'Raleway', sans-serif;

}
h6{
    z-index: 1;
    margin-top: 800px;
    margin-left: 850px;
    position: fixed;
    font-size: 26px;
    font-family: 'Raleway', sans-serif;

}
@media (max-width: 500px){
    img{
        width: 100%;
    }
}