html {
  background-image: url('../images/bg/chapel.jpg'); /* By Syrio, CC BY-SA 4.0. Source: https://commons.wikimedia.org/wiki/File:Piccolongo,_cappella_abbandonata_-_Interno_01.jpg */
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

img {
  width: 13vw;
}

#computer {
  top: 50vh;
  left: 28vw;
}

#computer-text {
  top: 51vh;
  left: 30.5vw;
}
