.gpc-banner-template {
    display: flex;
    justify-content: center;
}
.message-banner__content {
    position: fixed;
    background: #003366;
    bottom: 0px;
    z-index: 9999;
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.2em solid #5cb8b2;
    width: 400px;
}
.message-banner__text {
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    display: flex;
    width: 85%;
    justify-content: center;

}

.message-banner__close-button button {
    background: none;
    border: none;
    font-size: 20px;
    font-weight: 900;
    margin-top: -30px;
    margin-left: 25px;
    display: flex;
    color: #fff;
}
  
