body {
    background-color: rgba(209, 207, 207, 0.826);
    font-family: Arial, sans-serif;
}

header {
    background-color: orange;
    text-align: center;
    color: white;
    padding: 20px;
    border: 2px solid white;
    margin-top: 20px;
    box-shadow: 1px 10px 10px 1px rgba(0, 0.5, 0, 0.5);
    margin-bottom: 60px;
    margin-left: 450px;
    margin-right: 450px;
}

h2 {
    border-bottom: 2px solid rgba(139, 130, 130, 0.607);
    margin-bottom: 40px;
    margin-top: 40px;

    padding-bottom: 10px;
    color: rgb(97, 96, 96);
    font-weight: 50px;


}

section {
    margin-left: 450px;
    margin-right: 450px;
}

table {
    width: 100%;
    border-collapse: collapse;

    border: 4px solid black;


}

th,
td {
    padding: 15px;
    font-size: 18px;
    border: 3px solid rgb(152, 146, 146);

}

th {
    font-size: 20px;
}

td {
    background-color: white;
}

#sec1 thead {
    color: white;
    background-color: blue;
    text-align: left;
}

#sec2 thead {
    color: white;
    background-color: rgb(46, 174, 155);
    text-align: left;
}

#sec3 thead {
    color: white;
    background-color: rgb(83, 245, 245);
    text-align: left;
}

.pricered {
    color: red;
    text-align: right;
    font-weight: bold;
    font-size: large;
}

footer {
    text-align: center;
    font-size: 15px;
    margin-top: 40px;
    padding-top: 10px;
    margin-bottom: 30px;

}