.img-memory{
    border-radius:  35px;
    filter: drop-shadow(1px 1px 20px #ff800a8c);
    width: 50%;
    object-fit: cover;
}


.card__container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.card{
    width: 325px;
    border-radius: 8px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, .4);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    margin: 20px;
}

.card img{
    width: 100%;
    height: auto;
}

.card_content{
    text-align: center;
    margin-bottom: 15px;
}


