footer {
    background: #c4bdbd;
    height: 30px;
    display: flex;
	justify-content: center;
    margin-top: 100px;
}
footer h3 {
    font-family: "Kaushan Script";
    display: flex;
    font-size: 1.5em;
    margin: 0.75em 0;
    align-items: center;
    color: white;
    text-shadow: 2px 2px 2px black;
}
