body {
    background-color: rgb(168, 157, 157);
}

.title {
    color: white;
    background-color: orange;
    box-shadow: 0px 4px 8px 5px rgb(93, 92, 92);
    padding: 10px;
    border: 2px solid white;
}

.title .title2 {
    font-size: 8px;
}

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;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid rgb(89, 86, 86);
}

th,
td {
    border: 1px solid #1b1919;
    padding: 8px 12px;
    text-align: left;
}

footer {
    margin-left: 230px;
    font-size: 0.9em;
    color: #5f5555;
    margin-top: 40px;
}