body{
    color: rgb(112, 68, 23);
}

.nadpis{
    margin-top: 40px;
    text-align: center;
}
.nadpis1{
    margin: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.flowers1{
    margin: 2%;
    display: flex;
    justify-content: center;
}
.flowers2{
    margin: 2%;
    display: flex;
    justify-content: center;
}
.flower1, .flower2, .flower3, .flower4, .flower5, .flower6{
    background: #e5ddd5;
    display: flex;
    text-align:;
    margin: 1%;
    padding: 1.2%;
    flex-direction: column;
}
a{ 
    text-decoration: none;
    color: rgb(112, 68, 23);
}

