@import url('https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400..700&display=swap');

* {
    box-sizing: border-box;
}

body {
    font-family: 'Pixelify Sans', sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

#app {
    width: 100%;
    height: 100dvh;
}
