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

html {
    font-family: "Playfair Display", serif !important;
}

main {
    padding-top: 2em;
    padding-left: 6em;
    padding-right: 6em;
    color: white;
    max-width: 1200px;
    margin: 0 auto;;
}

.orna:after { 
    background: url('/assets/img/orn.svg') no-repeat top center;
    content: "";
    display: block;
    height: 30px; /* height of the ornament */
    position: relative;
    top: -15px; /* half the height of the ornament */
    fill: white;
}