a {
    text-decoration: none;
    color: var(--color-link);
  }
  
  html {
    font-size: 1rem;
  }
  
  img {
    display: block;
    max-width: 100%;
    height: auto;
  }