.toast-message {
    z-index: 1050;
    border-radius: .8rem;
    padding: .8rem 1rem;
    top: 2rem;
    right: 2rem;
    position: fixed;
    color: #fff;
    background-color: rgba(28, 32, 37, .85);
}