top {
    max-width: 1200px;
    display: flex;
}

p { 
    text-align: center;
    font-size: 28px;
}

body {
    font-family: Georgia, 'Times New Roman', Times, serif;
}

table, th, td {
    margin-right: auto;
    margin-left: auto;
    border-style: solid;
    border-color: black;
    border-width: 2px;
    border-collapse: collapse;
}

#days {
    color: white;
    background-color: rgb(95, 95, 95);
    width: 18%;
    text-align: left;
}

#time {
    background-color: rgb(252, 213, 142);
    width: 10%;
    text-align: right;
}

#math {
    background-color: rgb(155, 193, 255);
}

#phys {
    background-color: rgb(255, 194, 255);
}

#fys {
    background-color: rgb(255, 169, 169);
}

#cs {
    background-color: rgb(171, 169, 223);
}

