#tak{
  width: 150px;
  height: 150px;
  background-color: black;
}

#location{
  width: 150px;
  height: 50px;
  position: absolute;
  top: 200px;
  right: 5px;
  color: green;
}
#image{
  width: 100px;
  height: 100px;
  position: fixed;
  bottom: 50px;
  right: 50px;
}