#card{
    width: 200px;
    height: 300px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 1px 1px 20px 0.3px;
}
img{
    border-radius: 10px 10px 0px 0px;
}
#container{
    text-align:left;
    margin-left: 10px;
}
