 
 * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    line-height: 1.5;
                           
}

body {
  background-color: var(--body-background);
  font-size: 16px;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
}

H1 {

  font-size: 16px; 

}