.box {
    display: flex;
    align-items: center;
    justify-content: center;
  }
.box img {
    width:100%;
    align-self: stretch;
    align-content: center;
  }

  .a:link {
    color: black;
    background-color: transparent;
    text-decoration: none;
  }
  
