footer {
    display: flex;
    justify-content: center;
    background-color: rgba(36, 52, 94, 0.7);
    padding: 2em 0;
    color: white;
    line-height: 150%;
}

footer .container {
    display: flex;
    justify-content: space-around;
}

footer .container a {
    color: white;
    text-decoration: none;
}

footer .container a:hover {
    text-decoration: underline;
}

footer h3 {
    font-size: 1.5em;
    margin: 0.5em 0;
}

footer .otevreno th {
    text-align: right;
    font-weight: bold;
    padding-right: 1em;
}