
@import url('https://fonts.googleapis.com/css2?family=Playwrite+NG+Modern:wght@100..400&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

footer{
  display: flex;
  justify-content: center;
  height: 10vh;
  background-color: #131313;
  border-top-left-radius:15px ;
  border-top-right-radius: 15px;
  
}
.hor-li{
  width: 100%;
  height: 3px;
  background-color:#1d1d1d ;
}
.last-text{
 
  font-family: "Playwrite NG Modern", cursive;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin: auto;

  
  
}