.contact123, .contact1, .contact2, .contact3{
    margin-top: 2.5%;
    font-size: 14.2pt;
}

.c1{
    margin-top: 0.5%;
    margin-bottom: 2%;
}


h1{
    font-size: 34pt;
    margin-top: 1%;
    margin-bottom: 2%;
}

.C1H{
    font-size: 18pt;
    text-decoration: underline;
    font-weight: 400;
}

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



@media screen and (max-width: 500px){
    
h1{
    font-weight: 500;
}
    
.contact123, .contact1, .contact2, .contact3{
    overflow-wrap: break-word;
}
        
.c1 a{
     font-size: 10pt;  
 }
    
} /*End of @media*/