@import-normalize;

html {
    height: 100%;
    min-height:calc(100vh - 40px);
}

body {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    min-height:calc(100vh - 40px);
    word-break: break-word;
}

body:focus-visible {
    outline: none;
}

:focus-visible {
    outline: none;
}
