footer {
    background-color: #d3d2d2;
    padding: 5px 0;
    display: flex;
    justify-content: center;
    font-size: 12px;
    flex-direction: column;
    align-items: center;
}

footer a {
    color: black;
    text-decoration: none;
}

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

footer p {
    text-align: center;
    font-weight: 10px;
}