body {
  /* background-image: url('https://files.catbox.moe/9v906p.webp'); */
  background-size: 100% 100%;
  background-color: black;
  background-repeat: no-repeat;
  background-attachment: fixed; 
  color: white;
  font-family: Arial;
  text-align: center;
}
.computer {
  background-image: url('https://i.ibb.co/WXD5Cmj/IMG-5108.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  width:100%;
  height: 100%;
}
#f1 {
  text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
 filter: drop-shadow(0 0 1px #000) drop-shadow(0 0 1px #000) drop-shadow(0 0 1px #000);
 width: 8%;
 margin-left: 25px;
}
#f2 {
  text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
 filter: drop-shadow(0 0 1px #000) drop-shadow(0 0 1px #000) drop-shadow(0 0 1px #000);
 width: 8%;
 margin-left: 5px;
}







































































