body {
margin: 0;
}

.header {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("pic/zelenyi-cvet-v-interiere-005.gif");
    height: 100px;
    font-family: 'Amatic SC', cursive;
    font-size: 4em;
    font-weight: 800;
    color: #4C7C3C;
}
.slogan img {
    margin-top: 20px;
    border-radius: 35px;
    border: 10px solid  #9CB43C;
}

.icon {
    display: flex;
    justify-content: center;
}
.icon img {
    background-color: #9CB43C;
    padding: 20px;
    border-radius: 35px;
    margin: 20%;
}

.icon a {
    margin: 2%;
}

.slogan {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.slogan-first, .slogan-second {
    background-color: #9CB43C ;
    font-family: 'Amatic SC', cursive;
    font-size: 2em;
    font-weight: 600;
    padding: 5px;
    margin: 2%;
    color: #4C7C3C
}
.text{
    font-size: 1.5em;
}
.name {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f7f7f7;
    height: 80px;
    color: #648C3C;
    font-size: 1.5em;
    font-weight: 800;
    font-family: 'Amatic SC', cursive;
}

.paper {
    background: #fff;
}
.paper-item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.paper-item-text {
    max-width: 600px;
    padding-left: 20px;
    padding-bottom: 20px;
    text-align: justify;
    border-left: 5px solid #648C3C;
}
.paper-item-img {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("pic/zelenyi-cvet-v-interiere-005.gif");
    height: 60px;
    font-family: 'Amatic SC', cursive;
    font-size: 1em;
    font-weight: 800;
    color: #4C7C3C;
}