@font-face {
    font-family: "amarante";
    src: url("font/Courgette-Regular.ttf") format("truetype");
}

input {
    text-decoration: none;
    position: fixed;
    bottom: 5vh;
    margin: 1vw;
    padding: 1;
    right: 0;
    width: auto;
    background: Navy !important;
    color: white;
}

body {
    font-family: serif;
    font-size: 1.3rem;
    line-height: 2rem;
    background: whitesmoke;
    padding: 2vw;
    margin-top: 10vh;
    width: 72vw;
}

body strong {
    background: -webkit-linear-gradient(left, Navy, Salmon, grey, Navy, Salmon);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 1px solid Navy;
    margin-right: 1vw;
    font-size: .95rem;
}

body strong,
body a {
    font-weight: normal;
    color: black;
}

body a:hover {
    background: -webkit-linear-gradient(left, transparent, grey, Navy, Salmon, black);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

body h3 {
    font-family: "amarante";
}

body h1:nth-of-type(1) {
    font-size: 1em;
    background: transparent;
    text-decoration: none;
    background: -webkit-linear-gradient(left, grey, Salmon, Navy, Salmon);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: underline;
}

body p:nth-of-type(1),
body p:nth-of-type(2) {
    font-size: 1.4rem;
}

body p:nth-of-type(1) strong,
body p:nth-of-type(2) strong {
    font-size: 1.9rem;
    border: 0px;
}

body p {
    font-size: 1em;
}

body p em {
    font-style: italic;
    font-weight: normal;
    background: webkit-linear-gradient(left, Navy, Salmon, grey, Navy, Salmon);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

body p em:hover {
    background: -webkit-linear-gradient(left, transparent, grey, Navy, grey, Salmon, grey);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

body li,
body ul {
    list-style: decimal;
}

body ul li:after {
    margin-bottom: 1vw;
}

body h1 {
    font-family: "amarante";
    display: inline-block;
    font-weight: normal;
    font-size: 2em;
    text-decoration: underline;
}

body h1:nth-of-type(1) {
    text-decoration: none;
    position: fixed;
    top: 0;
    margin: 1vw;
    padding: 1;
    background: webkit-linear-gradient(left, Navy, Salmon, grey, Navy, Salmon);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 2em;
    font-size: 2em;
    left: 0;
    width: auto;
}

body h1:hover {
    background: -webkit-linear-gradient(left, transparent, grey, Navy, grey, Salmon, grey);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 1.5;
}

body code {
    text-decoration: underline;
}

@media print {
    @page {
        size: A4;
        margin-bottom: 2cm;
    }

    body {
        background: white;
        width: 90VW;
        top: 0;
        margin: 0;
        padding: 1vw;
    }

    body p,
    body ul li {
        font-size: 13pt;
    }

    body input {
        display: none;
    }

    body h1 {
        margin: 0vw;
        padding: 0;
    }

    body h1:nth-of-type(1) {
        top: 0;
        position: relative;
        font-size: 1.5em !important;
        line-height: normal;
        margin: 0vw;
        padding: 0;
        background: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: grey;
    }

    body p:nth-of-type(1) strong,
    body p strong,
    body li strong {
        font-size: 1.1rem;
        margin: 0;
        padding: 0;
        border: 0px solid Navy;
        background: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: grey;
    }
}

/*# sourceMappingURL=style.css.map */