@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");

* {
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

html,
body {
    margin: 0;
    padding: 0;
}

html,
body,
#root {
    height: 100%;
    position: fixed;
    width: 100%;
}