footer {
    display: flex;
    background-color: var(--color1-darker);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 10px;
    color: var(--text-secondary-color);
    max-width: 100vw;
    overflow: hidden;
}
footer a,
footer a:visited,
footer a:hover {
    display: block;
    color: var(--text-secondary-color);
}
footer a:hover {
    text-decoration: underline;
}
footer img {
    width: 200px;
    max-width: 90%;
}

footer h1 {
    line-height: 10px;
    margin-bottom: 30px;
}
footer p {
    font-size: 1.1rem;
}