.footer{
  height: 15px;
  padding: 10px;

  display: flex;
  flex-direction: row;
  
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;

  background-color: white;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgb(228, 228, 228);
}