* {
    box-sizing: border-box;
}

body {
    margin: 10px auto;
    font-size: medium;
    color: #333333;
    background: white;
    font-feature-settings: "palt";
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: white;
    background-color: #333333;
}

footer {
    text-align: right;
    margin: 5px;
    font-style: italic;
    font-family: Georgia, serif;
    font-size: small;
}

.license-note {
    padding: 0 5px;
    text-align: right;
}

.license-note p {
    margin: 0.5em 0;
    font-family: Georgia, serif;
    font-size: small;
    line-height: 1.4;
}

.license-note img {
    width: 1em;
    height: 1em;
    margin-left: 0.2em;
    object-fit: contain;
    vertical-align: text-bottom;
}
