* {
    padding: 0;
    margin: 0;
}

body {
    background-image: url(images/imgi_10_Background.jpg);
    background-size: cover;
}

div img {
    width: 300px;
}

.sun {
    position: absolute;
    width: 800px;
    top: 80px;
    left: -450px;
}
.mercury{
    position: absolute;
    width:50px;
    top: 280px;
    left: 180px;
}
.venus{
    position: absolute;
    width:80px;
    top: 265px;
    left: 270px;
}
.earth{
    position: absolute;
    width:90px;
    top: 260px;
    left: 370px;
}
.mars{
    position: absolute;
    width:50px;
    top: 280px;
    left: 470px;
}
.jupiter{
    position: absolute;
    width:200px;
    top: 200px;
    left: 540px;
}
.saturn{
    position: absolute;
    width:200px;
    top: 200px;
    left: 700px;
}
.uranus{
    position: absolute;
    width:250px;
    top: 230px;
    left: 830px;
}
.neptune{
    position: absolute;
    width:170px;
    top: 210px;
    left: 1010px;
}
.pluto{
    position: absolute;
    width:100px;
    top: 250px;
    left: 1180px;
}