#footer_container
{
    width : 100%;
    height : 100px;

    margin : 0px;
    padding : 0px;

    display : flex;
    align-items: center;
    justify-content: center;

    background-color : #032541;
}

#ooter_main
{
    width : 70%;

    min-width : 720px;

    margin : 0px;
    padding : 0px;

    display : flex;
    align-items : center;
    justify-content : center;
}

#footer_main p
{
    color : white;
}
