p {
    text-indent: 2rem;
}

.flex-parent {
    margin-bottom: 50px;
}

.flex-child {
    text-align: center;
}

.flex-child:nth-of-type(1) {
    flex-basis: 100px;
}

.flex-child:nth-of-type(2) {
    flex-basis: 10rem;
}

.flex-child:nth-of-type(3) {
    flex-basis: 10%;
}

.flex-child:nth-of-type(4) {
    flex-basis: 10em;
}

.flex-child:nth-of-type(5) {
    flex-basis: 100px;
}

.flex-child:nth-of-type(6) {
    flex-basis: 100px;
}


.w:nth-of-type(1) {
    flex-basis: 300px;
}

.w:nth-of-type(2) {
    flex-basis: 30rem;
}

.w:nth-of-type(3) {
    flex-basis: 30%;
}

.w:nth-of-type(4) {
    flex-basis: 30em;
}

.w:nth-of-type(5) {
    flex-basis: 300px;
}

.w:nth-of-type(6) {
    flex-basis: 300px;
}