footer_container {
    position: fixed;
    justify-content: center;
    text-align: center;
   
    width: 100%;
     
   
    bottom: 0; 
    left: 0;
    
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5em;
    color: #ebf8ef;/* text colour */
    background-color:  #243D0A;
       
     }