h1 {
    text-align: center;
}

p {
    text-align: center;
}

body {
    background-color: lightgrey;
}

h2 {
    border-bottom: 1px solid gray;
}

div {
    margin-bottom: 40px;
    background-color: white;
}

#top {
    border: 2px solid white;
    background-color: goldenrod;
    color: white;
    box-shadow: 10px 10px 5px grey;
}

table {
    width: 100%;
    border-collapse: collapse;
    border: 2px solid black;
}

th {
    background-color: blue;
    color: white;
}

tr th,
td {
    border: 0.5px solid lightgrey;
    padding: 10px;
    text-align: justify;
}

#mc {
    background-color: darkcyan;
}

#ds {
    background-color: cyan;
}

#cost {
    text-align: right;
    color: red;
}