h1 {
            font-size: 48px;
            font-weight: normal;
            'font-style: italic;
        }

        .highlight {
            font-style: normal;
            font-weight: bold;
            color: #8B4513;
            position: relative;
        }

        .highlight::after {
            content: "";
            position: absolute;
            top: -5px;
            right: -10px;
            width: 120%;
            height: 60%;
            border: 3px solid black;
            border-radius: 50%;
            transform: rotate(10deg);
        }

        p {
            font-size: 18px;
            color: #333;
            max-width: 600px;
            margin: 20px auto;
            line-height: 1.6;
        }
