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

* {
  margin: 0;
}

body {
	line-height: 1.5;
}