body {
    background: #f2f6ff;
    font-family: 'Segoe UI', sans-serif;
}

.container{
    margin-top: 50px;
}

.contact-box {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.form-control {
    border-radius: 10px;
}

.form-control:focus {
    border-color: #8e2de2;
    box-shadow: 0 0 0 0.2rem rgba(142, 45, 226, 0.2);
}

.btn-primary {
    background: linear-gradient(135deg, #005b96, #009fc2);
    border: none;
    border-radius: 10px;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #005b96, #337888);
    ;
}