body {
    background-color: grey;
}

.title {
    color: white;
    background-color: orange;
    box-shadow: 0px 2px 0px 2px black;
    padding: 10px;
}

#mini {
    font-size: 8px;
    padding: 10px;
}

table {
    border-collapse: collapse;
    width: 60%;
}

.table1 {
    background-color: blue;
    color: white;
}

.table2 {
    background-color: green;
    color: white;
}

.table3 {
    background-color: rgb(0, 255, 251);
    color: white;
}

th {
    background-color: white;
}

.price {
    color: red;
}

.subtitle {
    text-align: left;
    padding: 20px;
    text-decoration: underline;
}

th,
td {
    border: 1px solid #1b1919;
    padding: 8px 12px;
    text-align: left;
}