/* 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: beige;
border:4px solid pink;
border-radius: 12px;
}
ul{list-style-type:none;
}
li{display:inLine;
}
ul{background-color: pink;
   border:2px solid yellow;
   border-radius: 12px; }
ul{list-style-type: none;border: 4px solid grey;
}
li {display:inline;}