
/*Style.css***********/

h2 {color: green;
    text-align:right;
}

html {background: url(https://images.duckduckgo.com/iu/?u=http%3A%2F%2Fi.imgur.com%2FjWbzBuJ.jpg&f=1) no-repeat center center fixed;
background-size: cover;
}

#center {text-align: center;}


p
{ 
    text-align:center;
}

li{
    list-style-type: square;
    list-style-image: url( );
    display:inline;
}




