body {
    font-family: "Arial, Helvetica", sans-serif;
    font-size: 22px;
}
.et_pb_scroll_top.et-pb-icon {
    bottom: 100px!important;
    border-radius: 0;
    font-size: 26px;
}

.et_pb_scroll_top.et-hidden {
    opacity: 0;
    animation: 1s cubic-bezier(.77,0,.175,1) fadeOutRight;
}

.et_pb_scroll_top.et-visible {
    opacity: 1;
    -webkit-animation: 1s cubic-bezier(.77,0,.175,1) fadeInRight;
    animation: 1s cubic-bezier(.77,0,.175,1) fadeInRight;
}

.et_pb_scroll_top.et-pb-icon {
    text-align: center;
    background: rgba(0,0,0,.4);
    text-decoration: none;
    position: fixed;
    z-index: 99999;
    right: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    display: none;
    cursor: pointer;
    padding: 5px;
    color: #fff;
}

.et-pb-icon {
    font-family: ETmodules;
    speak: none;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 96px;
    font-style: normal;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    direction: ltr;
}

.et-pb-icon {
    content: attr(data-icon);
}


.et_pb_scroll_top:before {
    content: "+";
}

h1 {
    text-transform: uppercase;
    font-weight: bolder;
    margin-bottom: 3rem;
    margin-top: 3rem;
    
}

p {
    
    color: #373a3c;
    text-align: left;
}

ul {
       
    color: #373a3c;
    text-align: left;
}

ul li .privacylist {
    margin-top: 3rem;
    margin-bottom: 4rem;
}

h2, h3, h4 {
    font-weight: 500;
    text-align: left;
}

.container {
    text-align: center;
    margin-top: 100px;
    max-width: 1000px;
     /* this is for the width of the container center */
    width: 100%;
    margin: 0 auto;
    border: 1px solid #d4d4d4;
    box-shadow: 0 1px 2px rgba(0, 0, 0,.1);
    padding: 15px;
}