body {
    background: linear-gradient(310deg, #FFF 12.63%, #E5ECF5 68.68%);
    padding-block: 20px;
}
#main-body-agreement {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-inline: 200px;
}
.main-header{
    width: 100%;
    height: 67px;
    background-size: contain;
}
.logo_on_agreement_page{
    position: absolute;
    display: block;
    margin-top: 21px;
    width: 211px;
    height: 28px;
    background: transparent url('../images/pdf-winner.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-winner-logo.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 */
    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: #FFFFFF;
    padding: 22px;
    opacity: 1;
}
.agreement_content ul li{
    padding-top: 10px;
}
.end_user_agreement_txt{
    /* UI Properties */
    text-align: left;
    font: normal normal normal 36px/24px Proxima Nova;
    font-family: 'proxima-nova', sans-serif;
    letter-spacing: 0px;
    color: black;
}
.agreement-list {
    margin: 0;
    padding: 0;
    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;
}