body {
    background-color: lavender;
}

div {
    background-color: lightblue;
    border-radius: 30px;
    padding: 20px;

}

.headers {
    position: relative;
    display: block;
    margin-bottom: 80px;
}

h1 {
    text-align: left;
    position: absolute;
    left: 0;

}

h2 {
    text-align: center;
    position: absolute;
    left: 48%;
    font-weight: normal;

}

table,
th {
    background-color: white;
    border: 2px solid black
}

table tr th {
    text-align: left;
    font-weight: bold;
    background-color: grey;
    color: white;
    padding: 5px;
    font-size:18px;
}

table tr td {
    text-align: left;
    font-size: 16px;
    padding: 2px;
    border: 1px solid black;
}

table {
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}
.time{
    font-weight: bold;
    background-color: lightgrey;
}
.lunch{
    background-color: salmon;
}
.math{
    background-color: lightblue;
}
.css{
    background-color: lightgreen;
}
.gis{
    background-color: red;
}
.econ{
    background-color: orange;
}
.asa {
    background-color: pink;
}