body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #04202E;
}
.link{
    margin: 20px;
    width: fit-content;
    position: relative;
    text-decoration: 0;
    background-color: #37a6ff;
    color: #fff;
    padding: 10px 25px;
    border-radius: 6px;
    font-size: 14px;
}

.panier{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70vh;
}
.panier img{
   width: 40px;
   padding: 8px 0;
}
.panier section{
    width: 70%;
    background-color: #fff;
    padding: 10px;
    border-radius: 6px;

}
table{
    border-collapse: collapse;
    width: 100%;
    letter-spacing: 1px;
    font-size: 13px;
}
th{
    padding: 10px 0;
    font-weight: 400;
}
td{
    border-top: 0.5px solid #999;
    text-align: center;
    color: #37a6ff;
}
tr{
    border-bottom: 0.5px solid #999;
}
.total{
    border: 0;
    float: left;
    font-weight: 500;
    color: #37a6ff;
    padding: 10px;
}
.total th{
    padding: 5px;
}
