html {
    background: #ecf0f1;
    font: 500 3.7em InterVariable, Inter, sans-serif;
    letter-spacing: -0.016em;
}
body {
    margin: 3.7em;
    margin-bottom: 0 !important;
}
p {
    white-space: pre-line;
}
a {
    color: inherit;
    position: relative;
    display: inline-block;
}
a:hover {
    color: white;
    text-decoration: none;
    padding: 0 0.13ex;
    margin: 0 -0.13ex;
}
a:after {
    content: '';
    color: transparent;
    position: absolute;
    display: inline-block;
    z-index: -1;
    left: 0;
    bottom: 0.1em;
    width: 100%;
    height: 1em;
    box-shadow: inset 0 -0 0 0 rgba(156, 39, 176, 0);
}
a:hover:after {
    box-shadow: inset 0 -1em 0 0 rgba(156, 39, 176, 1);
    transition: all 0.1s ease-out;
}
ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
li {
    margin-right: 1ex;
}
li:last-of-type {
    margin-right: 0;
}
li:before {
    content: '→';
    padding-right: 0.3ex;
    position: relative;
    left: 0;
}
li:hover:before {
    left: 0.4ex;
    transition: all 0.1s ease-out;
}
em {
    font-style: normal;
    background-color: #e74c3c;
    color: white;
    padding: 0 0.13ex;
    display: inline-block;
    line-height: 1em;
}
em.bb {
    box-shadow: 0 0 0 0 #ffeb3b;
}
em.bb:hover {
    box-shadow: 0 10px 0 -5px #ffeb3b;
    transition: all 0.2s linear;
}
span.nb {
    display: inline-block;
    white-space: nowrap;
    word-break: keep-all;
}
main {
    min-height: calc(100vh - 3.7em - .7em);
}
main > :last-child {
    margin-bottom: 0;
    padding-bottom: 1em;
}
footer {
    text-align: center;
    font-size: .3rem;
    color: #bbb;
    font-weight: lighter;
    margin-bottom: 1em;
}
footer a {
    text-decoration: none;
}
section p:last-child {
    margin-bottom: 1em;
    padding-bottom: 1ex;
    border-bottom: 1ex solid black;
}
section ul {
    padding-left: 1.11em;
    text-indent: -1.11em;
    display: list-item;
}
section a {
    display: inline;
    box-decoration-break: clone;
}
section a:hover {
    background: linear-gradient(transparent 0.13ex, #9c27b0 0.13ex, #9c27b0 calc(100% - 0.13ex), transparent calc(100% - 0.13ex));
}
section h2 {
    font-size: 1.2em;
}
@media screen and (max-width: 1200px) {
    body {
        margin: 18vw;
    }
    main {
        min-height: calc(100vh - 18vw - .7rem);
    }
}
@media screen and (min-width: 768px) and (max-width: 1060px) {
    body {
        font-size: 5.58vw;
    }
}
@media screen and (max-width: 767px) {
    body {
        font-size: 42.8544px;
        margin: 4vw;
    }
    main {
        min-height: calc(100vh - 1em - .7rem);
    }
    em {
        white-space: normal;
    }
}
@media screen and (max-width: 370px) {
    em {
        box-decoration-break: clone;
        display: inline;
        background: linear-gradient(transparent 0.13ex, #e74c3c 0.13ex, #e74c3c calc(100% - 0.13ex), transparent calc(100% - 0.13ex));
    }
}
a.li:hover:after {
    box-shadow: inset 0 -1em 0 0 rgba(0, 119, 181, 1);
}
