/* Place your CSS styles in this file */

h1 {
    text-align: center;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: bold;
    color: pink;}
body {background-color:lemonchiffon;}
h2  {
    text-align: center;
    font-family:"source Sans Pro",sans-serif;
    font-weight: bold;
    color:deeppink;
}
ul {
list-style-type:none;
text-align: center;
border : 5px;
border-style : solid;
background: cyan;
}
li {
display: inline;
padding-right: 200px;}