.header{
    background-color: orange;
    width: 90%;
    text-align: center;
    margin-left: 5%;
    margin-bottom: 1%;
    
}
.reklama{
    text-align: center;
    background-color: orange;
    padding: 5px;
    width: 60%;
    margin-left: 18%;
    padding-bottom: 5%;
}
.skupina{
    display: flex;
    justify-content: space-between;
}
.tovlevo{
    background-color: orange;
    width: 20%;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 5%;
}
.touprostred{
    background-color: orange;
    width: 48%;
    margin-bottom: 30%;
    margin-top: 10px;
}
.tovpravo{
    background-color: orange;
    width: 20%;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 5%;
}
.todole{
    background-color: orange;
    width: 90%;
    text-align: center;
    margin-left: 5%;
    margin-bottom: 1%;
}