h1{
    font-size: 34pt;
    margin-top: 3%;
}

.bgImage{
    position: absolute;
    margin-left: -30%;
    margin-top: 12%;
    width: 25%;
    height: auto;
    z-index: -1;
    opacity: 0.1;
}



@media screen and (max-width: 500px){
    
    h1{ 
        font-weight: 500;
    }
    
} /*End of @media*/