@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

body {
    font-family: 'Playfair Display', serif;
    margin: 0;
    padding: 20px;
    font-size: 16px;
    text-align: center;
}

h1 {
    color: #333;
}

li {
    list-style-type: none;
}

h3 {
    margin-top: 40px;
}

img {
    max-width: 100%;
    height: auto;
}