body {
    background-color: hsl(36, 91%, 78%);
    color: #333333;
    font-family: sans-serif;
}

h2 {
    color: rgb(255, 25, 0);
    text-align: center;
}

p {
    font-size: 18px;
    line-height: 1.5;
}

table {
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}

body {
    text-align: center;
}

th {
    background-color: #e1eb53;
    color: rgb(12, 1, 1);
}

td, th {
    border: 1px solid rgb(228, 9, 9);
    padding: 10px;
}