html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  background-color: #F0F0F0;

}
#footer {
  position: absolute;
  padding: 15px 25px;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f1f1f1;
}


.about {
  width: auto;
  max-width: 700px;
  padding: 5px 25px;
  background-color: #f5f5f5;
}

.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
  background-color: #f5f5f5;
}
