footer {
    display: flex;
    flex-direction: column;
}
footer #logo {
    background-color: #212121;
    padding: 40px 50px;
}
footer #logo img {
    width: 100px;
    display: block;
}
footer #credit {
    background-color: black;
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 15px;
}
footer #credit a {
	color: white;
	text-decoration: none;
}
footer #credit a:hover {
	text-decoration: underline;
}