* {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    font-family: "Geist", sans-serif;
    background-color: #FFFFFF;
}

a {
    color: inherit;
    text-decoration: none;
}

#app {
    width: 100%;
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    box-sizing: border-box;
}
