    .humanized_msg{
        position: absolute;
        left: 25%; width: 50%;
        background-color: #8CC63F;
        color: white;
        text-align: center;
        font-size: 36pt;
	line-height: 38pt;
    }

    .humanized_msg .round{
        border-left: solid 2px white;
        border-right: solid 2px white;
        height: 2px;
        font-size: 1px;
        line-height: 1px;
     }

     .humanized_msg p{
        padding: .3em;
     }

