/* Footer */

.footer {
 /* position: fixed;*/
/*  position: absolute;*/
  left: 0;
  bottom: 0;
  width: 100%;
  /*background-color: teal;*/
  background-color: #4682B4;
  color: white;
  text-align: left;
}
