html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

*,
*::before,
*::after,
*:focus {
    box-sizing: border-box;
    outline: none;
    box-shadow: none;
    font-family: inherit;
    background-repeat: no-repeat;
}

*:focus:not(input[type="checkbox"]) {
    outline: none !important;
    box-shadow: none !important;
}

html,
body,
[id] {
    scroll-margin-top: 100vh;
    scroll-margin-left: revert;
}
