@import url('https://fonts.googleapis.com/css2?family=Cherry+Swash:wght@400;700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');

body {

    background-color: #ffcfdd;
    /*
    font-family: Verdana, Tahoma, sans-serif;
    */
    font-family: "EB Garamond", serif;
    font-size: 1.2rem;
    color: #ff6779;

}
h1 {
    color: #ff9fa9;
    text-align: center;
    font-family: "Cherry Swash", serif;
    font-weight: 400;
    font-size: 4rem;
    margin-bottom: 0;
}

h2 {
    color: #ff9fa9;
    font-weight: bold;
    font-family: "Cherry Swash", serif;
    font-weight: 400;
    font-size: 2rem; 
}

footer {
    text-align: left;
    border-top: 2pt solid #ff9fa9;
    padding: 5pt;
    font-style: italic;
}

section.box {
    border: solid #ff6779 2pt;
    padding: 10pt;
    margin-bottom: 12pt;
    text-align: center;
    margin-left: 3%;
    margin-right: 3%;
    background-color: #fde3eb;

}

.photo {
    border: dashed #ff6779 2.5pt;
    width: 300px;
    max-width: 100%;
    height: auto;
    margin-bottom: 2pt;
}

figure {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10pt;
    margin-top: 0;
}

figcaption {
    color: #ff9fa9;
    font-weight: bold;
    font-style: italic;
}