@import url('https://fonts.googleapis.com/css2?family=Audiowide&family=Comfortaa:wght@300..700&family=Huninn&display=swap');
@import url('https://fonts.cdnfonts.com/css/kelson');

:root {
    --mainbackgroundcolor: #11111f;
    --maintextcolor: #ffffff;
    --SecondayColor: #f277c6;
}

p {
    color: var(--maintextcolor);
    font-family: 'Kelson', sans-serif;
}

body {
    font-family: 'Comfortaa', sans-serif;
    color: var(--maintextcolor);
}

/* Footer */
footer {

    padding:40px 0;
}

footer .f1 {
    max-width:1200px;
    margin:auto;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    gap:30px;
    padding:0 20px;
}

footer .f1 .f1-companyinfo {
    flex:1 1 250px;
    min-width:250px;
}

footer .f1 .f1-quicklinks {
    flex:1 1 200px;
    min-width:200px;
}

footer .f1 .f1-Social {
    flex:1 1 200px;
    min-width:200px;
}

footer .footer-disclaimer {
    text-align:center;
    font-size:14px;
    color:#888;
}