Задание 44. Не пойму в чем ошибка
.footer {
width: 100%;
height: 100px;
padding: 28px 0 5px 0;
text-align: center;
background-color: darkslateblue;
color: #a8aa94;
margin-left: 0px;
margin-right: 0px;
min-width: 900px;
}
.footer a {
color:#a8aa94;
text-decoration: none;
}
.footer a:hover {
color: #fff;
text-decoration: none;
}
.footer p {
padding: 0 0 10px 0;
}