#priceList {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#priceList p{
    font-size: 39px;
    font-weight: 600;
    margin-bottom: 20px;
}

.priceSlot {
    text-align: left;
}

table, th, td {
  border: 3px solid black;
  border-collapse: collapse;
}

table {
    margin-left: auto;
    margin-right: auto;
}

td {
    max-width: 370px;
    padding: 10px;
    font-size: 20px;
}

tr.priceSlot:nth-child(even) {
    background: #fbe0e0;
}

th {
    padding: 10px;
    font-size: 25px;
    font-weight: 600;
    font-family: "Segoe UI", "Liberation Sans", sans-serif;
}

@media screen and (width <= 900px) {
    th {
        font-size: 20px;
    }

    td {
        font-size: 18px;
    }
}