
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgb(227, 232, 233);
  color: white;
  text-align: right;
  padding: 10px;
  z-index:-1;
}
