body {
  font-family: Tahoma;
}
img {
  width: 20vh;
  position: absolute;
  cursor: grab;
}
#text {
  position: fixed;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
}
#button {
  position: fixed;
  font-size: 1.5rem;
  cursor: pointer;
  transition: 
    transform 0.1s ease,
    top 0.4s ease,
    left 0.4s ease,
    right 0.4s ease,
    bottom 0.4s ease;
}