.footer {
    background-color: #f6f7f8;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    padding: 24px 0;
    margin-left: 3%;
    margin-right: 3%;
}

.footer h1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer a {
    display: block;
    margin: 6px 0;
    color: #33475b;
    text-decoration: none;
    font-size: 14px;
}

.footer a:hover {
    text-decoration: underline;
}

.info {
    margin-right: 30px;
}
