﻿.glavna {
    min-height: 100vh;
    background: var(--dash-bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
}
