.modern-card {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: left;
    z-index: 1;
    box-sizing: border-box;
}


.card {
    background: rgba(0, 0, 0, 0.10) !important;
    color: white !important;
    border: none;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    padding: 40px;
    backdrop-filter: blur(2.5px);
}


.card-title {
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Open Sans";
}

.card-text {
    font-family: "Open Sans";
    font-size: 22px;
    letter-spacing: 1px;
    text-align: left;
}

.card-text:last-child {
    text-align: left !important;
}

body > div.dark-section.text-white.py-4 {
    background: rgba(0, 0, 0, 0.10) !important;
    backdrop-filter: blur(2.5px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}