@charset "UTF-8";

    body{
            background-color: rgb(71, 163, 62);
        }
        h1{
            color: blue; text-align: center;
        }
        h2{
            font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; text-align: center;
        }
        p{
            text-align: center; color: blueviolet; 
        }
        h1{
            background-color: azure;
        }