.product-list {
    display: flex;
    flex-direction: column;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    gap: 9px;
}

.product-list a {
    color: white;
}

p.footer-copyright {
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 0px;
}

.footer-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}

a.footer-email {
    color: white;
}