body {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-feature-settings: normal;
    font-kerning: auto;
    font-optical-sizing: auto;
    font-style: normal;
    line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.1em;
}

.published {
    font-weight: 600;
}

.content {
    max-width: 784px;
    margin: 0 auto;
}

table {
    border-collapse: collapse;
    border: 2px solid black;
}

td, th {
    border: 1px solid black;
    padding: 10px 20px;
}

td {
    text-align: center;
}