body {
    font-size: 30px;
    line-height: 1.4;
    margin: 30px;
    padding: 0;
}

h1, h2, pre, sup, p {
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    white-space: pre-wrap;
    margin: 0;
}

.top {
    margin-bottom: 40px;
}

a {
    text-decoration: underline;
    text-decoration-thickness: .05em;
    text-underline-offset: .1em;
    cursor: pointer;
}

a:hover {
    text-decoration: none !important;
}

.hieroglyph {
    font-size: 60px;
    position: fixed;
    bottom: 0;
    right: 0;
    display: block;
    line-height: 1;
    padding: 10px 30px;
}

.list {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 40px;

    li a {
        margin-right: .2em;
    }

    li a span {

    }
}

sup {
    font-size: .5em;
}

sup a {
}

@media only screen and (max-width: 600px) {

}
