html{
    margin:0;
    padding: 20px;
    width: 100%;
    overflow-x: hidden;

}

body{
    margin: 0px;
    padding:960px;
    background-image: linear-gradient(to bottom right, rgb(4, 2, 89), rgb(0, 162, 255),orange
    );
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: #fff;
    font-size: 400px;
    overflow-x: hidden;
}
body span{
    font-size: 100px;
}
.thing1{
    position: absolute;
    top: 5%;
    left: 5%;
    right:26%;
   
    color:palegreen;
}
.thing2{
    position:absolute;
    top: 10%;
    left:62%;
    color:yellow;

}

.thing3{
    position: absolute;
    top: 70%;
    left: 23%;
    color: deepskyblue;
}
.thing4{
    position: absolute;
    top: 80%;
    left: 35%;
    color: rgb(11, 109, 196);
}

.thing5{
    position: absolute;
    top: 225%;
    left:65%; 
    color:darkturquoise;
}

.thing6{
    position: absolute;
    top:130%;
    left:51%;
    color: rgb(40, 131, 110);
}
.thing7{
    position:absolute;
    top:220%;
    left:3%;
    color:skyblue;
}
.thing8{
    position: absolute;
    top:400px;
    left: 17%;
    color:turquoise;
}

.object1{
    background:url(https://images.pexels.com/photos/6531917/pexels-photo-6531917.jpeg?auto=compress&cs=tinysrgb&w=1600);
    height: 300px;
    width: 200px;
    position:absolute;
    top: 65%;
    left: 67%;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
}

.object2{
    background: url(https://images.pexels.com/photos/4394104/pexels-photo-4394104.jpeg?auto=compress&cs=tinysrgb&w=1600);
    height: 200px;
    width: 200px;
    position:absolute;
    top: 182%;
    left: 66%;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
}

.object3{
    background: url(https://images.pexels.com/photos/2559941/pexels-photo-2559941.jpeg?auto=compress&cs=tinysrgb&w=1600);
    height: 500px;
    width: 500px;
    position:absolute;
    top: 110%;
    left: 28%;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
}

.object4{
    background: url(https://images.pexels.com/photos/3244513/pexels-photo-3244513.jpeg?auto=compress&cs=tinysrgb&w=1600);
    height: 350px;
    width: 350px;
    position:absolute;
    top: 30%;
    left: 45%;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
}
.object5{
    background: url(https://images.pexels.com/photos/1693095/pexels-photo-1693095.jpeg?auto=compress&cs=tinysrgb&w=1600);
    height: 200px;
    width: 200px;
    position:absolute;
    top: 85%;
    left: 45%;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
}