body {
  background-image: url(https://www.worldatlas.com/upload/a0/c6/23/shutterstock-1468418714.jpg);
  background-size: cover;
  background-position: 0px -45px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color:white;
}
#recstudio {
  position:relative;
    position:absolute;
    top:50px;
    right:50px;
    Rotate: 50deg;
}
#recstudio:hover {
  filter: drop-shadow(10px 10px 4px #540000);
}
div{
  width:100px;
  height:200px;
  color:red;
  margin:20px;
}
.stupidbs{
  position:relative;
  position:absolute;
  display:flex;
  bottom:0px;
}
#star{
  position:relative;
  position:fixed;
  top:140px;
  left:245px;
  cursor: wait;
}
#star2{
  position:relative;
  position:fixed;
  bottom:300px;
  right:218px;
  cursor:not-allowed;
}