        h1 {
            color: blue;
            text-align: center;
            background-color: blueviolet;
        }
        h2 {
            color: green;
            background-color: aqua;
            text-align: right;
        }
        p {
            font-family: Arial, Helvetica, sans-serif;
        }
        em {
            color: red;
            font-weight: bold;
        }

        body {
            background-color: antiquewhite;
        }