body{
    background-color: azure;
}


.card {
    margin-top: 30px;
    margin-left: 30px;
    width: 300px;
    height: 400px;
    border: 3px solid white !important;
    color: rgb(0, 0, 0) !important;
    background-color: #c0e0da !important;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}
.card-header {
    font-weight: bolder;
    background-color: black !important;
    color: white !important;
    text-align: center;
}
#title {
    color: white;
    text-align: center;
}