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

html, body {
    margin: 0;
}

ul[role="list"],
ol[role="list"] {
    list-style: none;
    padding: 0;
    margin: 0;
}
