.footer {
    border-top: 1px solid #e9ecef;
    padding: 20px 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #6c757d;
}

.card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.split {
    margin: 0 10px;
    color: #ccc;
}

.d-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.mb-2 {
    margin-bottom: 10px;
}

Copyright {
    margin-top: 10px;
    text-align: center;
    color: #868e96;
}

a {
    color: #51ef58;
    text-decoration: none;
    text-shadow: 1px 1px 1px #030688;
}
