body {
    font: 1.4em sans-serif;
    background-color: #eee;
    color: #111;
    padding: 1em;
    max-width: 60rem;
    margin: auto;
}

h1 {
    text-align: center;
}

a {
    text-decoration: none;
    color: #74a38a;
}

a:visited {
    text-decoration: none;
    color: #74a38a;
}

li {
    padding: 0.5em;
}

input {
    margin: 0.5em;
}

h4 {
    color: green;
}

footer {
    bottom: 0;
}

@media (min-width: 1200px) {
    table {
        font: 1em sans-serif;
    }
}
