html,
body {
  height: 100%;
  margin: 0;
  font-family: "Poppins" !important;
  background-color: whitesmoke;

  
}

@media (max-width: 1200px){
  
  html,
  body {
    font-size: 14px;
  }
}
#root {
  height:100vh;
  display: flex;
  flex-direction: column;
}
