.haha-toast{
    padding: 0.8rem 0.5rem;
    background: #333;
    border-radius: 5px;
    color:#fff;
    position: fixed;
    bottom: 20%;
    left:50%;
    z-index: 1003;
    transform: translate3d(-50%,0,0);
    font-size: .88rem;
}
