body {
    font-family: "Funnel Sans", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

#left {
    align-self: stretch;
    background-image: url(../img/left-flower.png);
    background-size: contain;
    background-position: -200px -110px;
}

#right {
    align-self: stretch;
    background-image: url(../img/right-flower.png);
    background-size: contain;
    background-position: 90px -190px;
}

@media (max-width: 767px) {
    #right {
        background: none;
    }
}

h1 {
    font-family: "Parisienne", serif;
    font-weight: 400;
    font-style: normal;
}