* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  *::before,
  *::after {
    box-sizing: border-box;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  input,
  button {
    font-family: inherit;
  }
  ol,
  ul {
    list-style: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  :focus {
    outline: none;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
  }
  em {
    font-style: normal;
  }