img {
  position:absolute;
  left:0px;
  top:0px;
  overflow-x: scroll;
}

a {
  border-radius: 15px;
  background-color: Black;
  color: white;

  position:fixed;
  left:8px;
  top:8px;
  width: 3rem;
  height:28px;
  text-decoration: none;
  display: flex;
  align-items: center;
  /* text-align: center; */
  padding-left: 1rem;
  z-index: 1;
  text-shadow: 2px 2px 3px red;
  box-shadow:  2px 2px 5px 1px white;
}

