body {
    background-color: antiquewhite;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
h1{
    color: darksalmon;
    text-align: center;
}
body {
    color:darkslategray;
}
ul{
    background-color: aquamarine;
}