body {
    color: black;
    text-align: center;
    font-weight: 400;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 23px;
}

main {
    text-align: center;
    margin-top: 100px;
    max-width: 1004px;
    margin: 0 auto;
    color: black;

}

h1 {
    text-align: center;
    margin-top: 50px;
}

p {
    text-align: left;
}






.container {
    max-width: 1004px;  /* this is for the width of the container center */
    /* width: 100%; */
    margin: 0 auto;
    color: black;
}

h2, h3, h4, h5, h6 {
    color: black;
    font-size: 21px;
    text-align: left;

}

hr {
    border: none !important;
}


