.hlavny-footer {
    display: grid;
    width: 100%;
    height: fit-content;

    padding: 4vh 0;

    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    justify-items: center;
    background-color: rgb(29, 29, 29);
}

.footer-text {
    color: white;
    font-size: 0.8rem;
}

.footer-koniec {
    text-align: end;
}

.footer-odkaz {
    width: fit-content;
    height: fit-content;
    margin: 2px;
}

.footer-odkaz > img {
    width: 24px;

    transition: ease-in 100ms;
}

.footer-odkaz > img:hover {
    width: 26px;
}

.footer-stlpec:last-of-type {
    word-wrap: break-word;
}

.socials {
    text-align: center;
}