@import url('https://fonts.googleapis.com/css2?family=Silkscreen&display=swap');
img{
  width:100px;
  border:solid;
  border-color:white;
  padding:20px;
  background-color:black;
}
body{
  color:white;
  font-family: 'Silkscreen', cursive;
  text-align:center;
  background-color:lightblue;
}
.control{
  position:fixed;
  width:70px;
  cursor: url("pointer.png") 15 15, move;
}
#ub{
  width:50px;
  bottom:120px;
  right:60px;
}
#db{
  width:50px;
  bottom:0px;
  right:60px;
}