* {
    margin: 0;
}
body {
    background-color: #A6653F;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    background-color: #305039;
}
.header-logo {
    font-family: 'Comfortaa', cursive;
    font-size: 3.5em;
    color: #A6653F;
    margin-left: 20px;
}
.header-tel {
    font-family: 'Comfortaa', cursive;
    font-size: 2em;
    color: #A6653F;
}
.header-icon {
    display: flex;
    margin-right: 20px;
}
.header-icon-item {
    margin-left: 10px;
}
.papers {
    display: flex;
    justify-content: center;
    background-color: #A6653F;
}
.papers-item {
    background-color: #723C24;
    border-bottom: 10px solid #305039;
    width: 360px;
    padding: 20px;
    margin: 20px;

}
.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #55C392;
    height:60px ;
}