/* Button style 150px button  */

a.button_home {
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;

      width: 20vw;    /* 20% of viewport width  */
      max-width: 250px; /* don't get bigger than this */
      aspect-ratio: 50/43;  /* 250/215 keeps image proportion  */
      /* height: 215px; */
      margin: .2rem;
      padding: 0;
      background-color: transparent;
      display: inline-block;
      }
