/* Footer */
footer{
    background: var(--main-bule);
    padding: 10px 10px;
    color: var(--main-white);
    text-align: center;
}
footer span a{
    color: var(--main-white);
    text-decoration: none;
}
.fixed-bottom{
    position: fixed;
    bottom: 0;
    width: 100%;
}