/*CSS for cell : fillIntheBlanks*/

.fillIntheBlanks-para
{
    position: absolute;
}
.fillIntheBlanks-para-text
{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: justify;
    color:#feb300;
    border-radius: 6px;
    border: thin solid #feb300;
    font-size: 120%;
    font-family: 'Bubblegum Sans';
    padding-left: 10px;
    padding-right: 10px;
}