#mainFooter{
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #201e2b;
    position: relative;
    z-index: 1;
}
#divItemFooter{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#divItemFooter img{
    height: 60%;
    width: auto;
}
#divItemFooter p{
    width: 100%;
    text-align: center;
    color: white;
    font-family: 'MainFontIt';
    font-size: 13px;
    margin-top: 15px;
}
