body {
    font-size: 19px;
    font-family: 'Montserrat';
    color: #000;
    line-height: 1.5;
    letter-spacing: normal;
    text-rendering: optimizeLegibility;
    background-color: #ebebeb;
    text-align: center;
}

.container--main {
    background: #272d34;
    padding-left: 0;
    padding-right: 0;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    table-layout: fixed;
    text-align: left; 
    background-color: #fff; 
    font-size: 18px; 
    
}


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

.header-title {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    margin-top: 35px;
}


p {
    font-size: 22px;
    display: block;
    color: #373a3c;
    text-align: left;
}

ul {
    font-size: 25px;
    display: block;
    color: #373a3c;
    text-align: left;
}

.terms {
    margin-top: 3rem;
    margin-bottom: 4rem;
}

h4 {

    font-weight: 700;
}

b, strong {
    font-weight: bolder;
}

