h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

.content h2 {
    margin-bottom: 15px;
}

.content p {
    text-align: center;
    margin-bottom: 20px;
}

hr {
    border: solid 1px #555;
}

.form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.label {
    display: block;
    margin-top: 10px;
    margin-bottom: -10px;
    font-weight: bold;
}

#category, #email, #subject, #url, #environment, #message  {
    width: 700px;
    height: 30px;
    border: solid 1px #555;
    border-radius: 5px;
    background-color: #fdfaf8;
}

#message {
    height: 150px;
}

.btn {
    margin-top: 20px;
    text-align: center;
}

.submit {
    text-decoration: none;
    border: solid 2px #997844;
    padding: 15px;
    border-radius: 20px;   
    background-color: #bd924d;
    color: #faf0e6;
    font-size: 16px;
    text-align: center;
    width: 250px;
    transition: background-color 0.3s ease;
    margin-bottom: 20px;
    margin-top: 20px;
    }

.back {
    text-decoration: none;
    color: white;    
    border: solid 2px #918776;
    padding: 15px;
    border-radius: 20px;   
    background-color: #b1a58e;
    font-size: 16px;
    width: 250px;
    transition: background-color 0.3s ease;
    margin-top: 10px;
}

@media (min-width :801px) {
    .back:hover {
        background-color: #d9cbb0;
    }

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

.contactCon {
    width: 50%;
    margin-left: 25%;
    margin-bottom: 10px;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

strong {
    font-weight: bold;
}
