@charset "UTF-8";
/* CSS Document */

a:link { text-decoration: none; }

a:visited { text-decoration: none; }

a:hover { text-decoration: none; color: deeppink;}

a:active { text-decoration: none; }

.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.BigGap {
    margin-top: 5rem;
}
.FF-Market
{font-family: ff-market-web,sans-serif;
font-weight: 700;
font-style: normal;}

.Ofelia{
    font-family: ofelia-text,sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    color: yellow;
    text-align: center;
}
.OfeliaRg{
    font-family: ofelia-text,sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
}
.Gap {
    margin-top: 2rem;
}
.OverBig {
    top: 50%;
    bottom: auto;
    left: auto;
    right: auto;
    font-size: 4rem;
    margin-left: -15rem;
    margin-right: -15rem;
    text-align: center;
    align-content: center;
    position: relative;
    z-index: 25;
}
.Lottie {
    width: 10rem;
    height: auto;
}

@media (max-width: 767px){
.OverBig {
    font-size: 2.5rem;
    margin-left: 0rem;
    margin-right: 0rem;
}
.Lottie {
    width: 7rem;
}
.BigGap {
    margin-top: 0rem;
}
}

.line-through{
    text-decoration: line-through !important;
}
.links{
    color: black;
}
p{
    font-family: "cofo-sans-mono-variable", sans-serif;
font-variation-settings: "wght" 400;
margin-bottom: 0;}