.main {
    min-height: 100vh;
    margin: auto 50px;
    margin-bottom: 100px;
}

.title {
    text-align: center;
}

.titleText {
    font-size: 2.0em;
    padding: 50px
}

.mainImage {
    width: 60%;
}

.bulletPoint {
    font-weight: bold;
    margin-top: 10px;
    /* display: inline-block; */
}

.context {
    display: inline-block;
    margin-left: 20px;
}

.signature {
    margin-top: 20px;
}

.documents {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.documents a {
    padding: 10px;
}

.img {
    width: 150px;
}

.demoPic_parent {
    padding: 50px;
    text-align: center;
}

.demoPic {
    width: 100%;
}

.pic {
    width: 85%;
    padding: 5px;
}

.pricing_parent {
    text-align: center;
}

.pricing {
    width: 80%;
}

.pricing_red {
    color: #ff0000;
}