.toast {
    bottom: 20px;
    padding: 1rem;
    border-radius: 0.4rem;
    background: #2ab152;
    color: rgb(255, 255, 255);
    box-shadow: 0px 0px 69px #00ff884a;
    transition: 1000ms all linear;
}

.danger {
    background: #dc3545;
    color: white;
    box-shadow: 0px 0px 69px #ff00004a;
}