body{
    background-color: lightblue;
}

h1{
    width: 310px;
    text-align: center;
    margin-bottom: 30px;
}

li{
    list-style-type: none;
}

#footer{
    width: 320px;
    text-align: center;
    margin-top: 50px;
    font-style: italic;
}