/* Global styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

/* Business card styles */
.business-card {
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 10px;
    margin: 20px;
    max-width: 300px; /* Limit width for smaller screens */
    margin: 0 left; /* Center the card horizontally */
}

.business-card a {
    color: #333;
    text-decoration: none;
}

/* External link button styles */
.external-link {
    text-align: left;
    margin: 20px;
}

.external-link a {
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
}
