footer {
    background-color: var(--footer-color);
    flex: 0 1 120px;
    text-align: center;
    padding: 25px;
    font-size: 12pt;
}

footer hr,
footer #copyright p {
    margin: 0;
}

footer hr {
    border: 1px solid black;
    margin-top: 20px;
}

footer #copyright {
    padding-top: 20px;
}

footer #contact {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    column-gap: 10px;
    width: clamp(0px, 98%, 1200px);
    margin: auto;
}

footer #contact section {
    width: clamp(133px, 30%, 98%);
    text-align: left;
}

footer #contact a {
    display: block;
    color: black;
    text-decoration: none;
}

footer #contact a#email-address::before {
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    content: url("icons/mail.svg");
    height: 1em;
    width: 1em;
    padding-right: 0.2em;
}

footer #social-media a {
    display: inline-block;
}

footer #social-media a {
    filter: drop-shadow(0 0 1px black);
}

footer #social-media a {
    padding-right: 20px;
}

footer #social-media a:last-child {
    padding-right: 0;
}

footer #telegram-link {
    width: 50px;
    height: 50px;
    background-image: url('icons/telegram.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

footer #instagram-link {
    width: 50px;
    height: 50px;
    background-image: url('icons/instagram.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
