* {
    margin: 0;
}
body {
    background-color: #1972A4;
}
.header {
    display: flex;
justify-content: center;
    align-items: center;
    height: 100px;
    background-color: #2CC4CB;
}
.header-logo {
    font-family: 'Comfortaa', cursive;
    font-size: 3.5em;
    color: #2E3A87;
    margin-left: 20px;
}

.header-icon-item {
    margin-left: 10px;
}
.papers {
    display: flex;
    justify-content: center;
    background-color: #1972A4;
}
.papers-item {
    background-color: #2CC4CB;
    /*border-bottom: 10px solid #73F7DD;*/
    width: 360px;
    padding: 20px;
    border: 6px #2E3A87 double;
    margin: 20px;

}
.footer {
    display: flex;
    justify-content: center;
    align-items: center;


    width: 100%;
    background-color: #73F7DD;
    height:60px ;
}