    body {
            font-family: Arial, sans-serif;
            margin: 20px;
            padding: 20px;
            background-color: #f0f0f0;
        }
        
        h1 {
            font-size: 24px;
            color: lab(50.38% 72.24 53.59);
        }
        p {
            font-size: 18px;
            color: #666;
        }
        img {
            max-width: 100%;
            height: auto;
            border: 2px solid #ccc;
            border-radius: 10px;
        }   

        .highlight {
            background-color: yellow;
            font-weight: bold;
        }  
        
        button {
            background-color: #4c664e; /* Green */
            border: none;
            color: rgb(110, 24, 24);
            padding: 15px 32px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 16px;
            margin: 4px 2px;
            cursor: pointer;
            border-radius: 12px;
        } 
