.index-terms-title {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: #e2eded;
    padding: 1.2em 0 0;
}

.index-terms-title > h2 {
    margin-top: 0;
    align-self: center;
}

.main-index {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: #e2eded;
    flex: 0;
}

.main-index > div {
    background-color: #e2eded;
    margin: 0;
    padding: .5em;
    align-self: start; 
    width: 75%;
    font-size: .9em;
    margin-bottom: .8em;
}

