/*.grille {
    display: grid;
    margin: 50px;
    padding-left: 0px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 250px;
    color: rgb(75, 7, 60);
}*/
   
    
html {
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
}

div figure {
    display: flex;
    scroll-snap-align: start;
    min-height: 100vh;
    flex-direction: column;
    justify-content: center;

}


img {
    padding-left: 10rem;
    width: 60%;
    height: 90%;
    border-radius: 1rem;
}
body{
    background-image: url(Cool.GIF);
}
h1{
    height: 100vh;
    color: aqua;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 20px;
    padding-top: 15rem;
    text-align: center;
    } 
    p{
        color: aqua;
        font-size: 30px;
        font-family: Georgia, 'Times New Roman', Times, serif;
    }