body {
    font-size: 30px;
    font-family: "Times New Roman", serif;
    line-height: 1.4;
    margin: 30px;
    padding: 0;
}

.name {
    text-decoration: underline;
    text-decoration-style: wavy;
    text-decoration-color: red;
    text-decoration-thickness: 1.6px;
    text-underline-offset: 6px;

}

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

.top {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}

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 {
}

.row {
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.col {
    width: 100%;
}

@media only screen and (max-width: 900px) {
    .top {
        margin-bottom: 40px;
        display: flex;
        flex-direction: column;
    }

    body {
        padding-bottom: 100px;
    }

    .row {
        flex-direction: column;
    }
}

.pointer {
    font-size: 40px;
}
