nav #prices {
    text-decoration: underline;
    text-underline-position: under;
}

h3 {
    /* text-align: start; */
    /* text-decoration: underline; */
}

.col {
    /* background-color: rgba(0, 0, 0, 0.137); */
    /* border: 2px solid rgba(0, 0, 0, 0.445) !important; */
}

/* table {
    width: 100%;
    border: solid 2px rgba(0, 0, 0, 0.5); 
    border-collapse: collapse; 
}
th, td {
    padding: 4px;
} */


table {
    text-align: left;
    table-layout: fixed ;
    min-width: 870px;
}