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

body {
    overscroll-behavior: none;
    padding-right: 0 !important;
}

#app {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

a {
    text-decoration: none;
}