body {
            font-family: Arial, sans-serif;
            margin: 20px;
            padding: 20px;
            background-color: #f0f0f0;
        }
        
        h1 {
            font-size: 22px;
            color: lab(50.38% 72.24 53.59);
        }
        p {
            font-size: 14px;
            color: #666;
        }
 

        .highlight {
            background-color: yellow;
            font-weight: bold;
        }  

        button {
            background-color: #0adf1b; /* Green */
            border: none;
            border-radius: 12px;
            color: rgb(41, 34, 34);

            padding: 10px 25px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 14px;
            margin: 4px 2px;
            cursor: pointer;
            border-radius: 12px;
        }
        
