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

body {
  background: #E1E1E1;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
}