
stretched {
  background: linear-gradient(-45deg, aquamarine 30%, orangered 70%);
}
h1 {

 color: rgb(236, 143, 124);
 font-size: 75px;
 margin: 0;
text-shadow: 3px 8px 20px ;
}
h2 {
    color: rgb(12, 46, 77);
    margin: 0;
    text-shadow: 3px 8px 20px;
}

body {
    background: linear-gradient(-45deg, rgb(226, 112, 158) 30%, rgb(245, 229, 104) 70%);
   
 

margin : 50px
   
}

img{
   background-color: rgb(158, 14, 210);
   border: 100px;
   width: 100%;
   height: 100%;
   object-fit: cover;
   overflow: hidden;
   border-radius: 11%;


}
.grrrrr{

    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 50px;
}
simple {
  background: linear-gradient(lightcoral, orangered);
}






