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

h2{
color: chartreuse;
 font-size: 35px;
 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: 6px dotted rgb(130, 6, 6);
    width: 100%;
    height: 100%;
    object-fit:cover ;
    overflow: hidden;
    border-radius: 4%;
    filter:opacity(2)
}

@font-face{
  font-family: "Destra";
  src: url("Destra-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}