/* Sentences
-------------------------------------------------- */

.testclass {
    font: 0.9rem courier,courier new;
    background: #ffffff;
    z-index: 10;
    layer-background-color: #ffffff;
}

#test {
    display:flex;
    display: inline-block;
    /* text-align: center; */
    margin: 0 auto;
    padding: 3px;
}

#rel {
    position: relative;
    /* text-align: center; */
}

.center-div {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}
