a {
position: fixed;
top: 20px;
left: 20px;
}

div {
  display: flex;
  justify-content: center;
  align-items: center;
}

img {
  width: 100%;
}