.grid {
    display: grid;
    grid-auto-flow: column;
    gap: 2em;
}

@media (max-width: 900px) {
    .grid {
        grid-auto-flow: row;
        width: 85%;
    }
}

.belo {
    background-color: white;
}

.header_resize {
    background-color: #363636;
}

.content {
    text-align: justify;
}

.header {
    background-color: #363636;
}

.footer {
    bottom: 0;
    position: fixed;
    width: 100%;
}

.table {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #dedede;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-collapse: separate;
    text-align: left;
    border-spacing: 0 10px;
    font-size: 9pt;
    margin: 20px 0;
}
.veci-tekst{
    font-size: 1.5em;
}