#highlight_msg {
        text-align: center;
        background-color: #fff;
        margin-top: 1em;
        margin-bottom: 1em;
        position: absolute;
        top: 20px;
        /*width: 420px;*/
        padding: 20px;
        font-size: 15px;
        /*background-color: #fff;*/
        color: #0075c8;
        min-width: auto;
        /*max-width: fit-content;*/
        margin-left: auto;
        margin-right: auto;
        /*top:50%;*/
        left:50%;
        transform:translate(-50%,-50%);
        font-weight: bold;
        width: 420px;
}