footer {
    display: flex;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #ffffff;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    border-radius: 15px 15px 0px 0px;
    padding: 5px 15px;
}

.btn-link-footer {
    list-style-type: none;
    color: #2a78ff;
    font-weight: bold;
    cursor: pointer;
}

.btn-link-footer span {
    text-align: center;
    display: block;
}

.btn-link-footer-active {
    color: #ff7907;
}

@media (min-width: 601px) {
  footer {
    padding: 5px 100px;
  }
}