@charset "utf-8";
/* CSS Document */

footer 
{
  position: fixed;
  bottom: 0;
  left:0;

  background-color: #303030;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: #aaa;
  /* align-content: center; */
}

.div_footer
{
  margin: 0 auto;
  /* width: auto; */
  /* height: auto; */
  text-align: center;
}
