body {
  background-color: black;
  color: white;
}

#image_friend {
  position: absolute;
  top: 666px;
  left: 666px;
  width: 66px;
  height: 66px;
  transition: 0.666s;
}

#image_friend:hover {
  visibility: hidden;
}