section{
    text-align: center;
}
.cartTable{
    text-align: center;
}
table{
    color: black;
    width: 60%;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}
th, td{
    width: 25%;
    border-bottom: 1px solid black;
    padding: 20px;
    text-align: center;
}
svg{
    fill: var(--black);
}
img{
    width: 100px;
}
.link{
    padding: 20px;
    margin-top: 10px;
    margin: 5px 20%;
    background-color: var(--primary);
    color: white;
    border-radius: 10px;
}
#delete{
    background-color: var(--red);
}
@media screen and (max-width: 650px) {
    table{
        width: 85%;
    }
    th, td{
        font-size: 10px;
}
}