  body {
            background-color: lightblue;
            font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
            text-align: center;

        }
        h1{
            text-align: center;
            background-color: lightgreen;
            text-decoration: underline;
        }