body {
    background-color: #23404b !important;
    display: grid;
}
.card {
    margin-top: 30px;
    margin-left: 30px;
    width: 300px;
    height: 400px;
    border: 3px solid white !important;
    color: rgb(255, 255, 255) !important;
    background-image: linear-gradient(to right, #dbc9a2 , #425453) !important;
    text-align: center;
}
.card-header {
    font-weight: bolder;
    background-color: black !important;
    color: white !important;
    text-align: center;
}
#title {
    color: white;
    text-align: center;
}