    <style>
        body {
            font-family: 'Roboto', sans-serif;
            background: url('images/background-pattern.jpg') repeat;
        }

        h1, h2, h3 {
            font-family: 'Playfair Display', serif;
        }

        h1 {
            font-size: 3rem;
        }

        h2 {
            font-size: 2rem;
        }

        h3 {
            font-size: 1.5rem;
        }

        p {
            font-size: 1rem;
            line-height: 1.6;
        }

        img {
            float: right;
            margin: 0 0 1em 1em;
            width: 200px;
        }
    </style>