body {
    font-family: serif;
    color: #6d563a;
    background-color: #f0fafc;
}

main {
    margin: 200px 0 30px 0;
}

.top{
    text-decoration: underline 2px #80d7e3;
    text-underline-offset: 20%;
    text-align: center;
}

main table {
    width: 60%;
    margin: auto;
}

main table th {
    text-align: end;
    padding-top: 10px;
    font-size: 14pt;
}

@media screen and (max-width: 768px) {
    main table {
        width: 90%;
    }
}