.footer {
 position: fixed;
 left: 0;
  bottom: 0;
  width: 100%;
  background-color: #004AAD;
  color: white;
  text-align: center;
}

.footer-div {
 position: fixed;
 left: 0;
  bottom: 0;
  width: 100%;
  height: 8%;
  background-color: #FF9028;
  color: white;
  text-align: center;
}
