body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}
img {
  width: clamp(128px, 50%, 512px);
  border: 5px solid gray;
}
#return {
  padding: 5px;
  color: black;
  font-weight: bold;
  text-decoration: none;
  border: 5px solid gray;
  font-size: 20px;
}