.lettering{
    display: flex !important;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-shadow: rgb(0, 0, 0) 1px 2px 4px; color: rgb(255, 255, 255);
    font-family: italianno;
    font-size: 130px;
}

.card-padrinho{
    width: 75%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: rgb(0 0 0 / 30%) 1px 1px 10px;
    border-radius: 15px;
}

.padrinho{
    display: flex;
    flex-direction: column;
    align-items: center;
}