sdy

add background color

......@@ -4,6 +4,7 @@ import { Link } from "react-router-dom";
const Footer = styled.footer`
width: 100%;
background-color: #ecf0f1;
border-top: 1px solid #ebeaeb;
`;
......