style
        
    #para1 {
        text-align: center;
        color: purple
        }

         body {
                background-color: darkolivegreen;
            }

            h1 {
                color: white;
                text-align: center;
                text-shadow: 2px 2px 4px #000000;
            }

            p {
                font-family: verdana;
                font-size:20px;
            }

            h4 {
                color: white;
                text-shadow: 2px 2px 4px #000000;
            }

            h4 {
                white-space: pre-line;
                text-shadow: 2px 2px 4px #000000;
                text-align: right;
            }

            ul {
                color: white;
                text-shadow: 2px 2px 4px #000000;
            }

            h3 {
                color: white;
                text-shadow: 2px 2px 4px #000000;
            }

            h2 {
                color: lightskyblue
            }
            
            h2 {
                text-align: center;
                text-shadow: 2px 2px 4px #000000
            }

            .button {
                background-color: burlywood
            }  

            a:link, a:visited {
                background-color:blanchedalmond;
                padding: 14px 25px;
                text-align: center;
                text-decoration: none;
                display: inline-block;
            }

            a:hover, a:active {
                background-color: burlywood
            }

            

            
