@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import "tailwindcss";
*{
   font-family: "Manrope", sans-serif;
   
}

html,body{
   overflow-x: hidden;
}

@media screen and (max-width:576px) {
 body{
      padding: 10px;
   }
  footer {
    margin: -10px;   
    padding: 0 !important;
  }
   
}