.main {
    min-height: 100vh;
    margin: auto 50px;
    margin-bottom: 100px;
}

.title {
    text-align: center;
}

.titleText {
    font-size: 2.0em;
    padding: 50px
}

.content {
    
}

.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;
}