h1 {
    margin: 50px;
    font-family: 'unormativefraktur';
    font-size: 750%;
    color: white;
    justify-content:center;
    place-content: center;
    text-shadow:   
        -1px -1px 0 #000,  
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000,
        1px 1px 2px #141414,
        1px 1px 3px #141414,
        1px 1px 5px #141414,
        1px 1px 7px #141414,
        1px 1px 10px #141414,
        1px 1px 12px #141414,
        1px 1px 18px #141414;
    color:#fff;

}

div {
    margin: 50px;
    display:grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 50px;
}

img {

  width: 300px;
  height: 300px;
  object-fit: cover;

}



body {

    background-image: url(../images/artiste.png);
        background-size: 100%;

}