*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-size: 100%;
}
