.commit{
    width: 100%;
    margin-bottom: 1em;
}

nav {
    display: block;
  } 

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    margin-bottom: 1em;
    width: 100%;
    text-align: center;
  }