html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

#app {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

* {
    font-family: Inter, Arial, sans-serif;
    box-sizing: border-box;
}

a {
    color: rgb(111, 121, 122);
    text-decoration: none;
}