body {
    background: url("../images/bg.png") lightgray 50% / cover no-repeat;
    background-attachment: fixed;
    background-color: #f4f4f4;
    padding-block: 20px;
}
#main-body-agreement {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-inline: 200px;
}
.header{
    width: 100%;
    margin-top: -28px;
    margin-left: -10px;
    height: 41px;
    background-color: #ECD486;
    padding: 20px;
    color: white;
    font-size: 24px;
    font-weight: bold;
}
.header-h2{
    color: #000;
    font-family: "Noto Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.logo_on_agreement_page{
    position: absolute;
    display: block;
    margin-top: 21px;
    width: 211px;
    height: 28px;
    background: transparent url('images/pdf-mayor.png') 0% 0% no-repeat padding-box;
    opacity: 1;
    background-size: contain;
    margin-left: 69px;
}
.logo_on_agreement_logo{
    position: absolute;
    display: block;
    width: 220px;
    height: 51px;
    background: transparent url('images/pdf-mayor.png') 0% 0% no-repeat padding-box;
    opacity: 1;
    background-size: contain;
}
.txt_under_logo_agreement_page{
    /* UI Properties */
    font: normal normal normal 12px/15px Proxima Nova;
    font-family: 'proxima-nova', sans-serif;
    letter-spacing: 0px;
    color: #8A8FB5;
    opacity: 1;
}
.agreement_content{
    /* Layout Properties */
    width:75%;
    margin: auto;
    text-align: left;
    letter-spacing: 0px;
    color: #000;
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: #ECD486;
    padding: 22px;
    opacity: 1;
    border-radius: 4px 4px 0px 0px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.agreement_content h3{
    color: #FFF;
    font-family: "Noto Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.agreement_content p{
    color: #000;
    font-family: "Noto Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.agreement_content ul li{
    color: #000;
    font-family: "Noto Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.agreement-list {
    padding-top: 10px;
    color: #FFF;
    font-family: "Noto Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    list-style-type: none
}
.right-top-text{
    color: #000;
    font-family: sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    float: right;
    position: relative;
    display: block;
    padding: 15px;
}
.header {
    width:100%;
    padding: 15px;
    font-size: 24px;
    font-weight: bold;
}

.header_txt{
    display: block;
    position: relative;
    width: 83%;
    color: #F2AC57;
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 7px;
}
.header-img{
    width: 175px;
    height: 42px;
    float: left;
    flex-shrink: 0;
    margin-left:20px;
    margin-right: 42px;
}
hr {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #333;  /* old IE */
    background-color: #F9DBB7;  /* Modern Browsers */
}
.term{
    color: #3D5FA6;
    font-family: "Noto Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}