
/* footer css */
footer#footer{
    background-color: var(--darkColor);
    padding: 40px 0px;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer#footer  > #footer_content{
    width: 80vw;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-rows: 100%;
}

footer#footer > #footer_content .block{
    min-height: 100px;
    width: 100%;
}

footer#footer > #footer_content .block .data{

    width: 100%;
    height: 100%;
    padding: 15px;
    color: white;
    
}
