.aat-form {
    max-width: 600px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 20px;
    background: #f9f9f9;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.aat-form h3 {
    color: #283451;
    margin-bottom: 20px;
    text-align: center;
}

.aat-form label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #283451;
}

.aat-form input,
.aat-form textarea,
.aat-form button {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}

.aat-form button {
    background-color: #283451;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.aat-form button:hover {
    background-color: #1e2a3c;
}
