.toast-body {
    position: fixed;
    right: 20px;
    z-index: 9999;
    top: 20px;
    border-radius: 20px;
    padding: 2rem;
    height: auto;
    color: white;
    font-size: 16px;
    font-weight: 700
}