.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #0f194c;
  color: white;
  text-align: center;
font-family: sans-serif;
font-size: 10;
}

