.table-gift{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: auto;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.table-gift h2,p{
    width: 50%;
    padding: 0px;
    margin-bottom: 5px;
    font-size: 24px;
    text-align: center;
    text-shadow: 0px 2px 2px #000000, 0px -2px 2px #a29e9e, 2px 0px 2px #060606, -2px -0px 2px #6f0e0e;
    color: #e3add7;
}
.table-gift h2{
    font-size: 29px;
    font-style: italic;
    font-family: sans-serif;
}
.img-logo-liverpool{
    background: #ef12a9;
    padding: 10px;
    border-radius: 10px;
}

.btnTable-gift img{
    width: 20px;
    height: 20px;
}