.default-footer {
    width: 100%;
    height: 35px;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 50px;
}

.social-media {
    display: flex;
    gap: 10px;
}

.facebook-icon img,
.instagram-icon img {
    width: 35px;
    cursor: pointer;
}