#content-header {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    font-size: 3.5rem;
    font-weight: bold;
    text-align: center;
    color: white;
    background-color: #3B9E3E;
    margin-top: 30px;
    margin-bottom: 60px;
}

.info_message_wrap {
    width: 1000px;
    margin: auto;
}

#accounting_report_wrap {
    width: 1000px;
    margin: 60px auto;
    margin-bottom: 100px;
}


@media screen and (max-width: 1000px){
    .info_message_wrap {
        width: 95%;
    }


    #accounting_report_wrap {
        width: 95%;
    }
}