body {
    background-color: lightgray;
    color: black;
    background-image: url('../img/image.png');
    background-repeat: no-repeat;
    background-size:  cover;
    font-family: 'Cookie', cursive;
    font-size: 30px;
    padding: 120px;
    width: auto;
    margin: 60px;
}

 body {
    background-image: url('../img/image.png'); 
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    padding: 20px; 
    color: rgb(142, 102, 133);
 }

h1 {
    text-align: center;
    margin-top: 0%;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 80px;
    
}

h2 {
    text-align: center;
    margin-top: 0%;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
}

h3 {
    font-family: "Playfair Display", serif;
}

.col {
    display: flexbox;
}

.scroll img  {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
}

img {
    width: 30%;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

 

