@media(min-width: 800px) {
    .contactForm {
        display: block;
        justify-content: center;
        padding-top: 30pt;
         background-color: rgb(27, 27, 27);
         color: white;
    }

    .contactForm h1 {
        font-family: "Rozha One", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 25pt;
        margin-top: 50px;
        
        text-align: center;
        background-color: rgb(27, 27, 27);

    }

    .contactForm h2 {
        font-size: 20pt;
        text-align: center;
        background-color: rgb(27, 27, 27);

    }

    .contactForm p {
        font-size: 14pt;
        text-align: center;
color: white;
 background-color: rgb(27, 27, 27);
    }

}

@media(max-width:800px) {
    .contactForm {
        display: block;
        justify-content: center;
         background-color: rgb(27, 27, 27);
    }

    .contactForm h1 {
        font-family: "Rozha One", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 20pt;
        margin-top: 20px;
        
         background-color: rgb(27, 27, 27);

        text-align: center;
        color: rgb(255, 255, 255);
    }

    .contactForm h2 {
        font-size: 14pt;
        color: rgb(255, 255, 255);
        text-align: center;
         background-color: rgb(27, 27, 27);

    }

    .contactForm p {
        color: rgb(255, 255, 255);
        font-size: 12pt;
        text-align: center;
         background-color: rgb(27, 27, 27);

    }




}
