body {

    margin: 0;
    background-color: #F1E4FE;
}

.header {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("pic/cvetovaya-palitra-1206.png");
    height: 150px;
    font-family: 'Bad Script', cursive;
    font-size: 3em;
    font-weight: 800;
    color: #093A3D;
    text-shadow: 5px 5px 5px #B1A5DE;
}

.icon {
    display: flex;
    justify-content: center;
}
.icon img {
    background-color:#B1A5DE ;
}

.icon a {
    margin: 1%;
}

.slogan {
    display: flex;
    justify-content: space-around;
    align-items: center ;
    margin: 1%;
}
.slogan-first,.slogan-second {
    font-family: 'Bad Script', cursive;
    background-color: cadetblue;
    font-size: 2em;
    font-weight: 600;
    padding: 5px;
    margin:1%;
}
.paper {
    display: flex;
justify-content: center;
    margin-top: 20px;
    color: #B1A5DE;
}
.text{
    background-color: rgba(209, 195, 255, 0.8);
    color:black;
    font-size: 1.2em;
    width: 600px;
    padding: 20px;

}
.footer {
    font-size: 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("pic/cvetovaya-palitra-1206.png");
    height: 50px;
    font-family: 'Bad Script', cursive;
    font-weight: 800;
    color: #093A3D;
    text-shadow: 5px 5px 5px #B1A5DE;
}

.icon {
padding-left: 1em;
}


