.stretchyLikeSuspenders {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.goodOlStyles {
    color: #ccc;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.33;
}

.bolderPlease {
    font-weight: 400;
}