.toast {
    position: fixed;

    bottom: 3.4rem;
    right: 1rem;

    transition: opacity 1s ease-out;

    z-index: 9999;
}

.toast.fade-out {
    opacity: 0;
}