* {
  margin: 0;
  padding: 0;
  border: none;
}

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