img{
    width: 100%;
}
body{
    font-family: 'Playfair Display', serif;
}
.my-card{
    box-shadow: 0px 10px 3px 5px rgb(191, 198, 245);
    letter-spacing: 0.15em;
    text-shadow: 4px 4px 0px #d5d5d5, 7px 7px 0px rgba(0, 0, 0, 0.2);
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
    margin: 15px;
    padding-bottom: 10px;
}
.my-card h4{
    margin: 10px;
}
.col-md-4{
    padding: 20px;
}