/* Place your CSS styles in this file */

h1 {
    text-align: center;
    font-family: georgia, sans-serif;"times new roman"
    font-weight: bold;
    color: soft pink
}
body {
    background-color:pink;
    border:2px solid plum;
}
ul {list-style-type: none;
border: 4px solid darkred;
background-color: pink;}
li {display: inline;
padding: 4px;}
ul {text-align: center;}