* {
    box-sizing: border-box;
    margin: 0;
  }
  *:focus:not(:focus-visible) {
    outline: none;
  }
  a,
  a:hover {
    text-decoration: none;
  }
  *, *::before, *::after {
    box-sizing: border-box;
  }