div.a {
  width: 50px;
  height: 50px;
  position: fixed;
}

body {
background-color: #efe2ba;
}

html {
  height: 100%
}

.a img {
  height: 100px;
}
