*{
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: 'Poppins', sans-serif;
}
.load{
  display: flex ;
  justify-content: center;
  align-items: center;
  height: 300px;
  background-color: white;
}
.blur{
  color: #626262;
}
.footer{
  background-color:#F0F0F0;
  height: 100px;
  display: flex; 
  justify-content: center;
  align-items: center;
  
}

