@import url('https://fonts.googleapis.com/css2?family=Signika:wght@300..700&family=Wix+Madefor+Display:wght@400..800&display=swap');
html, body{
    font-family: "Wix Madefor Display", sans-serif;
    color: #0a0a0a;
}
h1, h2, h3, h4{
    font-family: "Signika", sans-serif;
}
.container{
    max-width: 1276px;
}
.btn{
    border: 1px solid #31302F;
    border-radius: 1001px;
    background: #272727;
    transition: all 0.2s linear 0s, visibility;
    font-size: 18px;
    font-family: "Signika", sans-serif;
    font-weight: 700;
    color: #ffffff;
    padding: 10px 30px;
}
.btn:hover{
    background: #2883EB;
    color: #ffffff;
    border: 1px solid #2883EB;
}
footer{
    background-color: rgb(24, 24, 24);
    font-size: 13px;
    color: #ffffff;
}
footer a{
    text-decoration: none;
    color: #ffffff;
}
footer h5{
    font-size: 18px;
    font-weight: 700;
}
.copyright{
    border-top: 1.6px solid #ffffff;
    text-transform: uppercase;
}
.copyright a{
    color: #ffffff;
    text-decoration: none;
}
.container-sm{
    max-width: 860px;
}