footer
{
    padding: 20px;
    background-color: var(--primaryColor);
    display: flex;
    justify-content: space-between;
    bottom: 0;
    right: 0;
    left: 0;
    position: fixed;
}
h3
{
    color: white;
    opacity: 0.25;
    font-family: "Fonarto";
    margin: 0;
}
a
{
    margin-top: 0 !important;
    color: white;
}
a span
{
    font-weight: 400;
}