/* Class creates an outline around text by styling its container element.
 */
.text-outline-box-clear{
    width: 100%;
    max-width: 500px;
    margin: 20.0px auto;
    border: 0px solid #bfbfbf;
    border-radius: 12px;
    padding: 10.0px; 
    background-color: #ffffff23;
    color: #ffffff;
    font-size: inherit;
    line-height: inherit;
    text-align: center;
    font-family: 'Saira', sans-serif;
}