  body{
            background-color: aquamarine;
        }
        h1 {
            color: blue;
            text-align: left;
        }
        p {
            font-family: sans-serif;
            font-size: 30px;
        }