* {
    margin: 0;
}

body {
    background-color: white;
    color: black;
    padding: 1em;
}

h1 {
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 1ex;
}

.gluma {
    max-width: 35em;
    margin-bottom: 1em;
    padding: 1em .5em;
    background-color: #f6f6ff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    page-break-inside: avoid;
}

h2 {
    font-weight: normal;
    letter-spacing: 1px;
    font-size: larger;
    line-height: 1;
    margin-bottom: 1ex;
}

#disclaimer {
    font-size: smaller;
    padding-top: 1ex;
    border-top: 1px solid #ccc;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

@media screen and (min-width: 60em) {

    #glume {
        -moz-column-count: auto;
        -webkit-column-count: auto;
        column-count: auto;
        -moz-column-width: 30em;
        -webkit-column-width: 30em;
        column-width: 30em;
    }
    .gluma {
        break-inside: avoid-column;
        -webkit-column-break-inside: avoid;
    }

}
