html{
    width:100%;
    height:100%;
}
body{
    width:100%;
    height:100%;
   
}
img{
    position:absolute;
    width:500px;
}

.img-1{
    top:500px;
    left:800px;
}
.img-2{
    top:1500px;
    left:1800px;
}

.img-3{
    top:3000px;
    left:800px;
}

.img-4{
    top:0;
    left:1200px;
}

.img-5{
    top:800px;
    left:2000px;
}

.img-6{
    top:800px;
    left:2000px;
}

.img-6{
    top:900px;
    left:400px;
}

.img-7{
    top:1300px;
    left:600px;
}


.img-8{
    top:1800px;
    left:200px;
}

@media print{
    @page{
        size:50mm 200mm;
    }
    img{
        width:40mm;
        position:initial;
    }
}