* {
    margin: 0;
}
body {
    background-color: #07A4B5;
}
.header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    background-color: #C8EEF7;
}
.header-logo {
    font-family: 'Amatic SC', cursive;
    font-size: 6em;
    color: #395FA6;
    margin-left: 20px;
    font-weight: 800;
}
.header-tel {
    font-family: 'Comfortaa', cursive;
    font-size: 2em;
    color: #72B59C
}

.header-icon-item {
    margin-left: 10px;
}
.papers {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    background-color: #395FA6;
}
.papers-item {
    background-color: #ECEFEA;
    border-bottom: 10px solid #FBFFF9;
    width: 400px;
    padding: 20px;
    margin: 40px;

}
.papers-item-text {
    text-align: justify;

}
.papers-item-name{
    color: black;
    font-size: x-large;
}
.papers-item-text p {
    margin-top: 10px;
}
.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #72B59C;
    height:60px ;
}