    body {
            font-family: Arial, sans-serif;
            margin: 10px;
            padding: 10px;
            background-color: #f0f0f0;
        }
        
        h1 {
            font-size: 18px;
            color: lab(50.38% 72.24 53.59);
        }
        p {
            font-size: 12px;
            color: #666;
        }
        img {
            max-width: 100%;
            height: auto;
            border: 2px solid #ccc;
            border-radius: 10px;
        }   

        .highlight {
            background-color: yellow;
            font-weight: bold;
        }  

        .Buttons{
           display: flex;
           align-items: center;
           justify-content: center;
        }

    Button{
    
        background-color: #52e05e; /* Green */
            border: none;
            color: rgb(41, 34, 34);
            padding: 10px 25px 10px 25px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 16px;
            margin: 4px 2px;
            cursor: pointer;
            border-radius: 12px;

        } 
