h1 {
 color: chartreuse;
 font-size: 65px;
 margin: 0;
text-shadow: 3px 8px 20px ;
}

body {
    background-color: rgb(255, 33, 244);
    margin: 50px;
}
div{

    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 50px;
}




img{
    background-color: chartreuse;
    border: 7px dotted brown;
    width: 100%;
    height: 100%;
    object-fit:cover ;
    overflow: hidden;
    border-radius: 1%;
    filter:opacity(2)
}

