/* Footer */
.footer {
    background-color: #1e1e2f;
    color: #97bef1;
    text-align: center;
    width: 100%;

    gap: 10px;
}

.footer-logo {
    max-width: 100px;
    height: auto;
    margin-bottom: 10px;
}
.footer-info p {
  
    font-size: 14px;
    color: #ccc;
}