/* #current .card :not(h2) {
    color: oklch(0.64 0.16 235.07);
    font-size: 0.95rem; 
} */
/* 

#current .sub-container {
    background-image: 
    linear-gradient(
            oklch(0.89 0.2 194.06 / 0.18), 
            oklch(0.13 0.08 262.95 / 0.45)
        );
} */

#current .card h2 {
    color:oklch(0.81 0.17 143.13);
}

#current .card {    
    /* background: oklch(0.15 0.08 302.68); */
    border-left: 8px solid oklch(0.81 0.17 143.13);
    border-radius: 8px;
}
#current .main-container {
    /* background-color: rgb(12 28 81 / 59%); */
}

#current .card p,
#current .card ul {
    color: #555;
}
#current .card p {
    color: oklch(0.81 0.17 143.13);
}
