footer {
  height: 119px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  
  position: relative;
  bottom: 0px;
  left: 0px;
  margin: 0;

}

footer p {
  font-size: 16px;
  font-weight: 400;
  color: white;
}
