
  
  .box {
    display: flex;
    width: 100%;
    height: 4px;
    margin: 0;
}

.box-sm {
    height: 4px;
    margin: 0;
    flex-grow: 1;
    transition: all .8s ease-in-out;
    cursor: pointer;
}

/* Growing the width of box, when hover using flex-grow property*/
.box-sm:hover {
    flex-grow: 12;
}

.post {
    margin-bottom: 50px;

    h2,
    p {
        text-align: center;
        margin-bottom: 0px;
    }

    h2 {
        font-size: 60px;
        color: #E0E0E0;
        text-shadow: 0px 1px 1px black;
    }
}

.red {
    background-color: #0095c9;
}

.orange {
    background-color: #fff24b;
}

.yellow {
    background-color: #db3832;
}

.green {
    background-color: #3DCD49;
}

.blue {
    background-color: #0089D7;
}

.purple {
    background-color: #9E44C4;
}


/*-- etab_create Style --*/

