footer{
    width: 60%;
    margin: auto;
    background-color: #b0d2e9;
    height: 120px;
    margin-top: 30px;
   padding: 15px;
}

footer p{
    text-align: center;
    color: chocolate;
    font-style: italic;
}

footer a{
    text-decoration: none;
    color: #000;
}

footer a:hover{
    text-decoration: underline;
}

footer ul{
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

footer li{
    margin-bottom: 10px;
}