* {
    margin: 0;

}
body {
    background-color: #EEEEED;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    background-color: #D4D0C8;
}
.header-logo {
    font-family: 'Marck Script', cursive;
    font-size: 4em;
    color: #06BAC5;
    margin-left: 20px;
}
.header-tel {
    font-family: 'Marck Script', cursive;
    font-size: 3em;
    color: #06BAC5;
}
.header-icon {
    display: flex;
    margin-right: 20px;
}
.header-icon-item {
    margin-left: 10px;
}
.papers {
    display: flex;
    justify-content: space-around;
    background-color: #EEEEED;
}
.papers-item {
    background-color: #C5EFF7;
    border-bottom: 10px solid #06BAC5;
    width: 400px;
    padding: 20px;
    padding-right: 30px;
}
.papers-item-text {
    text-align: justify;

}
.papers-item-name {
    font-family: 'Marck Script', cursive;
    font-size: 2em;
    color: #06BAC5;
}
.papers-item-foto img{
    border: 5px solid #EEEEED;
}
.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #D4D0C8;
    height:60px ;
    font-family: 'Marck Script', cursive;
    font-size: 1.5em;
}
p {
    margin-top: 10px;
}
.papers-item-data{
    font-family: 'Marck Script', cursive;
}