* {
    margin: 0;
}
body {
    background-color:#FCE8E9
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 200px;
    background-color:#FBD3D1;
}
.header-logo {
    font-family: 'Pacifico', cursive;
    font-size: 4em;
color: #F990B0;
    margin-left:19px;
}
.header-tel{
    font-family: 'Pacifico', cursive;
    font-size: 3.2em;
    color: #F990B0;
}
.header-icon {
    display: flex;
    margin-right: 20px;
}

.papers {
    display: flex;
    justify-content: center;
    background-color:#FCE8E9;
    margin: 20px;
    font-family: 'Pacifico', cursive;
}

.papers-item {
    background-color:#9D86BE;
    border-bottom: 10px solid #C29FDD;
    margin-left: 70px;
    font-family: 'Pacifico', cursive;

}
.papers-item-text {
    width: 400px;
    font-family: 'Pacifico', cursive;
}
.footer {
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    align-items: center;
    background-color: #FCE8E9;
    height:100px ;
}
.papers-item-data{
    font-family: 'Pacifico', cursive;
}