<style>

/* Example CSS */

body {

    font-family: Arial, sans-serif;

    background-color: #f0f0f0;

}


h1 {

    color: #333;

    text-align: center;

}


.example {

    font-size: 16px;

    color: blue;

    margin: 20px;

}

</style>