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

* {
    margin: 0;
}

html,
body {
    height: 100%;
}

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

img,
picture,
svg,
video {
    display: block;

    max-width: 100%;
}

a {
    color: inherit;

    text-decoration: none;
}

ul {
    list-style: none;
}
