        * {
            margin: 0;
            box-sizing: border-box;
        }

        body {
            height: 100dvh;
            display: flex;
            flex-direction: column;
            font-family: "Playfair Display", serif;
            font-optical-sizing: auto;
            font-weight: 600;
        }

        img {
            flex: 0 1 auto;
            min-height: 0;
            width: 100%;
            object-fit: contain;
            display: block;
            align-self: center;
        }

        p {
            flex: 0 0 auto;
            text-align: center;
            padding: 1rem;
            margin: auto;
        }