.announcement-banner {
    background-color: #EB1E4E;
    color: #fff;
    padding-top: 1.0rem; 
    padding-bottom: 1.0rem;
    font-size: 1.3rem;
    font-weight: 100px;
}

.chat-with-us {
    height: 60px;
    width: 60px;
    background-color: rgb(37, 211, 102);
    border-radius: 50%;
    position: fixed;
    bottom: 40px;
    right: 40px;
    cursor: pointer;
    z-index: 100;
}

.chat-with-us-img {
    padding: 10px;
}
