.socials{
  position: absolute;
  right: 100px;
  top: 50px;
  width: 600px;
  height: 100px;
  display: flex;
  flex-wrap: wrap;

}

.icons{
  margin: 20px;
}

.html {
  background-image: linear-gradient(to right, red,orange,yellow,green,blue,indigo,violet);
}