body {
   
    background-image: url(../Fotos/board.png);
    background-size:cover;
    background-repeat: none;
    height:100vh;
    background-position: center;
    overflow: hidden;
  }
  .img1{
    position: absolute;
    width: 10%;
    left: 17%;
    top: 30%;
  }
  .img2{
    position: absolute;
    width: 30%;
    left: 50%;
    top: 45%;
  }
  .img3{
    position: absolute;
    width: 27%;
    left: 75%;
    top: 42%;
  }