.footer {
  
  color: white;
  text-align: center;
  height: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
 
}

.footer p{

 color: white ;

 
}


