uix-footer {
    & {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        box-shadow: 0px 10px 20px black;
        position: relative;
        width: 100vw;
        overflow: hidden;
    }
    
    .row1 {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        padding: 15px;
        margin-bottom: 10px;
        width: 100%;
    }
    
    .center {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        flex-direction: column;
        width: 100%;
    }
    .left, .right {
        max-width: 200px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        align-self: center;
        gap: 10px;
    }
    
}

