img {
    height: 150px; 
    overflow: hidden;
    cursor: move;
    display: block;
    position: fixed;
  }
  img:nth-child(1) {
    left: 1vw;
    top: 1vw;
  }
  img:nth-child(2) {
    left: 2vw;
    top: 2vw;
  }
  img:nth-child(3) {
    left: 3vw;
    top: 3vw;
  }
  img:nth-child(4) {
    left:4vw;
    top: 4vw;
  }
  img:nth-child(5) {
    left: 5vw;
    top: vw;
  }
  body {
    background-image: url(https://files.catbox.moe/y6zozc.png);
    background-repeat: no-repeat;
    background-size:cover;
  }
  h1 {
    color:chartreuse;
    background-color: rgba(0, 0, 0, 0.668);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    display: inline;
  }