.footer {
    margin-left: 340px; /* Odsazení o šířku sidenavu */
    margin-bottom: 40px;
    display: flex; 
    flex-direction: column;
    justify-content: center; 
    align-items: center;
}

.centered-footer {
    width: 800px;
    max-width: 90%; /* Pojistka pro menší monitory */
    background-color: rgba(0, 0, 0, 0.4);
    padding: 20px;
    box-sizing: border-box; /* Důležité: padding nezvětší šířku nad 800px */
    text-align: center;
    border-radius: 15px;
}

.footer a {
    color: rgb(174, 0, 255);
}