body {
  background-image: url("computerscreen.png");
  background-color: black;
  background-repeat: no-repeat;
  background-size: 980px;
  background-position: 50% 0%;
  }
  
.spotifly {
  width: 120px;
  position: absolute;
  left: 153px;
  opacity: 0.0;
}
.spotifly:hover{
  transform: scale(105%);
  opacity: 1.0;
}

.fireflux {
  width: 90px;
  position: absolute;
  left: 264px;
  top: 19px;
  opacity:0.0;
}

.fireflux:hover{
  transform: scale(105%);
  opacity: 1.0;
}

.homebutton{
  width: 61px;
  position: absolute;
  bottom: -1px;
  left: 153px;
  opacity: 0.0;
}

.homebutton:hover{
  transform: scale(105%);
  opacity: 1.0;
  }