/* Custom CSS for the contact form */
body {
    background-color: #f7f7f7;
}

.container {
    padding-top: 30px;
}

.form-group label {
    font-weight: bold;
}

.form-control {
    border-radius: 0;
}

.btn-primary {
    border-radius: 0;
}

/* Custom style for the success message */
.success-message {
    margin-top: 20px;
    padding: 10px;
    text-align: center;
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}
