*,
*::before,
*::after {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

html {
    text-rendering: optimizeLegibility;
    scroll-behavior: smooth;
}

body {
    margin: 0;
}
