


#future .card {
    /* background: rgba(7, 54, 82, 0.99); */
    border-left: 8px solid #ff5722;
    border-radius: 8px;
}
#future .card h2 {
    color: #ff5722;
}

#future .card p {
    color: oklch(0.85 0.03 279.07);
}
#future .main-container {
    /* background-color: rgb(22 18 18 / 79%); */
}
