*{
    box-sizing: border-box;
}

body{
    background-color: darkslategrey;
    text-align: center;
    display: flex;

}

.logo{
    width: 75px;
    display: inline;
}



.linkovi{
    color: black;
}

.sadrzaj{
    display: flex;
}


.header{
    background-color:rgb(23, 46, 46) ;
    position: fixed;
    height: 100px;
    top: 0;
}

.prviRed{
    display: flex;
}

.drugiRed{
    display: flex;
}



.footer{
    background-color:rgb(23, 46, 46) ;
    position: fixed;
    height: 100px;
    bottom: 0;
}

.prviTekst{
    overflow: auto;
    width: 250px;
    height: 300px;
    margin: 10px;
    margin: 0 auto;
    background-color: lightslategrey;
    display: flex;

}

.drugiTekst{

    overflow: auto;
    width: 250px;
    height: 300px;
    margin: 10px;
    margin: 0 auto;
    background-color: lightslategrey;
    
}

.treciTekst{

    overflow: auto;
    width: 250px;
    height: 300px;
    margin: 10px;
    margin: 0 auto;
    background-color: lightslategrey;
    
}

.cetvrtiTekst{

    overflow: auto;
    width: 250px;
    height: 300px;
    margin: 10px;
    margin: 0 auto;
    background-color: lightslategrey;
    
}

.petiTekst{

    overflow: auto;
    width: 250px;
    height: 300px;
    margin: 10px;
    margin: 0 auto;
    background-color: lightslategrey;
    
}

a{
    text-decoration: none;
    color: black;

}