html,
body,
#app {
position: relative;
width: 100%;
height: 100%;
box-sizing: border-box;
}
body {
margin: 0;
font-family: "Poppins", sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
}