body {
    margin: 0;
    background: #ffffff;
    font-family: Arial, sans-serif;
}

.fullwidth {
    width: 100%;
    display: block;
}

.contact-form {
    width: 90%;
    max-width: 600px;
    margin: 40px auto;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.contact-form button {
    width: 100%;
    padding: 14px;
    background: #1E6BD6;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    cursor: pointer;
}
