﻿body {
    background-color: #f8f9fa;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.contact-card {
    max-width: 500px;
    margin: 60px auto;
    border: none;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    background: white;
}

    .contact-card h3 {
        font-weight: bold;
        color: #343a40;
    }

.contact-info {
    font-size: 1.1rem;
    color: #495057;
}

    .contact-info a {
        color: #000 !important;
        text-decoration: none;
    }

        .contact-info a:hover {
            text-decoration: underline;
        }


    .contact-info i {
        color: #0d6efd;
        margin-right: 10px;
    }

.card-body a {
    color: #0d6efd;
    text-decoration: none;
}

    .card-body a:hover {
        text-decoration: underline;
    }
