body{
    text-align: left;
    background-color: wheat;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    min-height: 100vh;
}

#glavni{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    min-height: 100vh;
}
a{
    color: black;
    text-decoration: none;
    display: inline;
    border: 0px solid white;
    padding: 10px;
    margin: 20px;
}
#header{
    text-align: center;
    font-size: 16px;
    height: 90px;
    max-width: 2000px;
    background-color:rgb(136, 136, 206);
    color: white;
    flex-shrink: 1;
    
}
#podnozje{
    text-align: center;
    height: 40px;
    max-width: 2000px;
    background-color: rgb(136, 136, 206);
    color: white;
    flex-shrink: 1;
}