/* Custom Footer CSS */
.footer-title {
    font-size: 1.5rem; /* Zvětšení názvu */
    font-weight: bold;
    color: #333;
    margin-left: -10px; /* Posunutí názvu mírně doleva */
}

.footer-description {
    margin-left: -10px; /* Posunutí textu mírně doleva */
    color: #666;
    font-size: 14px;
}

footer h6 {
    font-weight: bold;
    color: #333;
}

footer p, footer ul {
    color: #666;
    font-size: 14px;
}

footer a {
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}
