@import url('https://fonts.googleapis.com/css2?family=IM+Fell+Double+Pica:ital@0;1&display=swap');

.card {
    transition: 0.3s ease;
}

.card:hover {
    transform: translateY(-10px);
    cursor: pointer;
}

a {
    color: currentColor;
}

a:hover {
    color: currentColor;
}

.font-im-fell-double-pica {
    font-family: "IM Fell Double Pica", serif;
    font-weight: 400;
    font-style: normal;
}

.font-im-fell-double-pica>p {
    margin-bottom: 3em;
}

.hr {
    height: 5px;
    width: 10em;
    opacity: 1;
}

#license {
    width: 100px;
    position: fixed;
    z-index: 999;
    bottom: 0;
    margin-bottom: 10px;
    right: 0;
    margin-right: 10px;
}

.illustration {
    height: auto;
    max-height: 30em;
    max-width: 400px;
    width: auto;
}

.figure {
    display: inline-block;
}

.result>p>a {
    text-decoration: none;
}

.result>p{
    margin-left: 1em;
}

.result>span{
    margin-left: 2em;
}

h4:before, .h4before:before{
    content: "";
    display: block;
    height: 90px;
    margin-top: -90px;
    visibility: hidden;
}