.footer{
  height: 120px;
  width: 100%;
  background-color: blue;
  color: var(--bg-white);
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  bottom: 0;
  text-align: center;
 
  
}

