* {
    margin: 0;
}
body {
    background-color: #2BC4CB;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    background-color: #73F7DD;
}
.header-logo{
    font-family: 'Cormorant Unicase', serif;
  font-size: 3.5em;
    color: #2D3A87;
    margin-left: 20px;
}
.header-tel{
    font-family: 'Cormorant Unicase', serif;
    font-size: 1.5em;
    color: #2D3A87;
}

.header-icon {
    display: flex;
    margin-right: 20px;
}
.header-icon-item{
    margin-left: 10px;
}

.papers {
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
    background-color: #2BC4CB;
}

.papers-item {
    background-color: #2D3A87;
    border-bottom: 10px solid #1872A4;
    width: 300px;
    padding: 20px;
    margin: 20px;
    color: #B2FFEF;

}
.papers-item-text p {
    text-align: justify;
    margin-top: 10px;
   }
.papers-item-foto img {
    border: 2px solid #73F7DD;
}
.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Cormorant Unicase', serif;
    font-size: 1em;
    position: fixed;
    color: #B2FFEF;
    bottom: 0;
    width: 100%;
    background-color: #1872A4;
    height:25px ;
}
p {
    padding-left: 20px;
}