  h1 {
    text-shadow: 4px 4px 5px grey;
  }

  a.shop {
    text-decoration: underline;
    color: #cc3333;
  }

  a.shop:hover {
    background: #ffff80;
  }

