/*
 * This isn't actually used anywhere. Probably just delete this. 
*/

.hero-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
/*
.hero-container .card-custom {
    border: 1px solid #343a40;
}
*/

.hero-container .card-custom.card {
    background-color: #2b3035; 
    /* Slightly lighter than body */
    border: 1px solid #495057;
}

