body {
    font: 1em Georgia, serif;
    margin: 0 auto;
    max-width: 100ch;
    text-align: center;
    background-color: cornsilk;
}


a {
    line-height: 100%;
}

h1 {
    margin-top: 3.5rem;
    margin-bottom: -0.1em;
    line-height: 100%;
    text-decoration: none;
    letter-spacing: 0.2em;
    font-size: 3.6em;
}

h1>a {
    text-decoration: none;
    color: black;
}

.min {
    font-size: 0.5em;
}

.smiley {
    font-size: 3.4em;
    line-height: 200%;
    text-decoration: none;
}

hr {
    width: 92%;
    border: 1px double lightgray;
}


main a {
    text-decoration: none;
    margin: 0.05em;
}

main {
    margin-top: -1em;
}