* {
  margin: 0;
  padding: 0;
}

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

ul[role='list'],
ol[role='list'] {
  list-style: none;
}