.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  height: 3%;
  width: 100%;
  background-color: white;
  color: blue;
  text-align: left;
  font-size: 20;
}