@media(max-width: 800px){

    .content p {
        width: 90%;
        margin-left: 5%;
        text-align: left;
    }

    #category, #email, #subject, #url, #environment, #message  {
        width: 330px;
    }

    .formCon {
        width: 90%;
        margin-left: 5%;
    }

    .contactCon {
        width: 80%;
        margin-left: 10%;
    }

    .back:active {
        background-color: #d9cbb0;
    }

    .submit:active {
        background-color: #d6b47c;
    }

}