
/*--------------------------------------------------------------------------------*/
.foot-container {
    display: flex;
    flex-direction: column;
    justify-content: center;

    background-color: #5c9f55;

    position: relative;
}

    .foot-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: center;
        column-gap: 10px;
    }

        .foot-wrapper a,
        .foot-wrapper a:hover,
        .foot-wrapper a:visited
        {
            color: #fff;
            text-decoration: none;
            cursor: pointer;
            font-size: 9px;

            margin: 0px 0px;
        }


    .foot-wrapper-notice {
        color: #fff;
        text-decoration: none;
        font-size: 9px;
        text-align: center;
        margin-top: 10px;
    }
