    /* footer */
    #footer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
        padding: 20px;
        background-color: rgb(242, 240, 255);
    }

    #socialMedia {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    #socialMedia div{
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        font-size: clamp(18px, 3vw, 20px);
    }

    .smIcons {
        width: 40px;
        cursor: pointer;
    }

    #wrapperlogoFooter {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    #logoFooter {
        width: 60px;
        display: block;
    }

    #footer span {
        color: black;
        font-size: 14px;
        font-family: 'Assistant', sans-serif;
        font-weight: 300;
    }