.popupmessage {
display: block;
    z-index: 999999;
    position: fixed;
    top: 0;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    background-color: #171c1f;
    border-bottom: 1px solid #fff;
}
.popupmessagebutton {
display: block;
    font-size: 13.5px;
    clear: both;
    font-style: normal;
    font-weight: 400;
    width: auto;
    min-height: 43px;
    height: auto;
    max-width: 100px;
    line-height: 41px;
margin-left: auto;
    margin-right: auto;
margin-top: 20px;
    border-radius: 0;
    box-shadow: inset 0 0 0 0 rgba(255,255,255,0);
    background-color: #005d1f;
    border: 2px solid #005d1f;
    padding: 0 33px;
    color: #fff;
cursor: pointer;
}