body{
    font-family: 'Segoe UI' , sans-serif;
    background-color: #f4f4f4;
    padding: 2rem;
    line-height: 1.8;
    color: #333;
    max-width: 800px;
    margin:auto;
    }
    h1{
        color: #2c3e50;
        
        }
    h2{
        color: #34495e;
        margin-top: 2rem; 
    }
    #example{
        background-color: white;
        border: 1px solid #ccc;
        font-family: monospace;
        white-space: pre;
        font-size: 1.5em;
        height: 500px;

    }
    .raise{
    position: relative;
    line-height: 1.5;
    top: -150px;
    
    }
    .code{
        font-family: monospace;
        background-color: #f0f0f0;
        padding: 2px 4px;
        border-radius: 3px;
        font-style: italic;
        font-size: 1.5em;
        font-weight: bold;
    }
    ul{
        margin-left: 1.5rem;
    }
    footer{
        margin-top: 3rem;
        font-size: 0.9rem;
        color: #777;
        text-align: right;
    }