body{

}

.wrapper{

}

.header{
    background-color: rgb(210, 92, 7);
    text-align: center;
    margin-bottom: 10px;
}

.reklama{
background-color: rgb(197, 118, 61);
margin-left: 140px;
margin-right: 140px;
margin-bottom: 10px;
padding: 3%;
text-align: center;
}

.content{
display: flex;

}

.leftbox{
background-color: chocolate;
width: 150px;
margin-bottom: 10px;
}

.middlebox{
    background-color: rgb(183, 106, 52);
    width: 20%;
    margin-left: 10px;
    margin-right: 10px;
    flex-grow: 1 ;
    height: 140px;
}

.rightbox{
    background-color: chocolate;
    width: 150px;
    margin-bottom: 10px;
}

.footer{
    background-color: chocolate;
    text-align: center;
    
}