* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: inherit;
    font-weight: inherit;
    word-break: keep-all;
}


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

body {
    line-height: 1;
    color: #444;
}

ul,
ol,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

em,
address {
    font-style: normal;
}