/* CARD STYLES */
.card, .card-body {
    box-shadow: 0 0 10px rgba(165, 202, 226, 0.8) !important;
}
.card{
    display: flex;
    align-items: center;
    border: white;
    background-color: white;
}
.card-body{
    background-color: white;
}