@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap');

html {
    scroll-behavior: smooth;
}

h2, h3 {
    color:#fdfaf5;
    font-family: "Indie Flower", cursive;
    font-size: 40px;
}


body {
    background-color:#fdfaf5;  
    font-family: "Indie Flower", cursive; 
}

h1 {
    color: #fdfaf5;
    font-family: "Playfair Display", serif;
    text-align: center;
    font-size: 40px;
}

p {
    color:#fdfaf5;
    font-family: "Indie Flower", cursive;
    font-size: 22px;
    text-align: justify;
}

.atras {
    width: 10%;
    max-width: max-content;
    border: none;
}

.header-img {
     max-width: 100%;
     height: auto;
     display: block;
     margin: 0 auto;
 }

.eras {
    display: block;
    width: 280%;
    margin-top: 42px;
}