.toast {
    position: fixed;
    right: 20px;
    top: 300px;
    max-width: fit-content;
    padding: 10px;
    transition: top  ease;
    border-radius: 5px;
    z-index: 100000;
}