@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
}

.root {
  display: flex;
  flex-direction: column;
  height: 100%;
  font-family: "Inter", sans-serif;
  /* background: linear-gradient(180deg, #16957e 0%, #61ba89 100%); */
}

@media (max-width: 400px) {
  .root {
    zoom: 70%; /* ya jitni zoom chahiye ho */
  }
}
