<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-color: white;
    font-family: 'Prompt' !important;
    background-image: url('./img/BG.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
.b-color{
    font-weight: 600 !important;
    font-size: 1.8rem !important;
    background: linear-gradient(180deg, red 20%, #f30 50%, #f60 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.fw-bold{
    font-weight: 400 !important;
}
.fs-5{
    font-size: 1.15rem !important;
}
h1{
    font-weight: 600 !important;
    font-size: 1.8rem !important;
    background: linear-gradient(180deg, red 20%, #f30 50%, #f60 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
h2{
    font-weight: 600 !important;
    font-size: 1.7rem !important;
}
.modern-herder{
    background-color: rgba(0, 0, 0, 0.486) !important;
}
.header-logo{
    max-height: 70px;
    animation: 1s infinite alternate zoom;
}
.super-body{
    /* margin-top: 100px; */
}
.red-block{
    border-style: groove;

    border-width: 2px;

    border-color: #facb0b;

    border-radius: 20px 20px 20px 20px;
    padding-top: 2.0rem;
    background-color: rgba(0, 0, 0, 0.486) !important;

}
.v-content{
    color: white;
    text-align: center !important;
}
.bg-faq{
    background-color: rgba(250, 250, 250, 0.226);
}
.lg-footer{
    background-color: #f30;
}
.footer{
    border-top: 2px solid #facb0b;;
    background-color: black;
}
.contact{
    position: fixed;
    width: 160.75px;
    margin-top: 0px;
    margin-bottom: 0px;
    bottom: 100px;
    margin-right: 20px;
    inset-inline-end: 0;
}
@media only screen and (max-width: 576px) {
    .contact{
        width: 100.75px;
    }
  }
  </pre></body></html>