body {
    font-family: "Sorts Mill Goudy", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    padding: 1rem
}
aside {
    padding-top: 2rem;
    font-style: italic;
    font-size: 1.5rem;
}

h1 {
    font-size: 5rem;
}

h2 {
    font-size: 3.5rem;
}

h3 {
    font-size: 2.5rem;
}

header>h3 {
    padding-top: 1rem;
}

address {
    font-size: 1.5rem;
}

ul {
    list-style-type: none;
    text-align: left;
}

li {
    font-size: 1.5rem;
}

table {
    font-size: 1.5rem;
    margin: 0 auto;
    width: 800px;
    max-width: 100%;
}

tbody tr td:first-child {
    width: 100px;
}

tbody tr {
    height: 75px;
}

@media screen and (min-width: 820px) {
    body {
        padding: 1rem 10rem;
    }

    h1 {
        font-size: 7rem;
    }
}

@media screen and (min-width: 1080px) {
    body {
        padding: 1rem 20rem;
    }

    h1 {
        font-size: 7rem;
    }
}


