.alert-stack {
    position: fixed;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1050;

    display: flex;
    flex-direction: column;
    gap: 10px;

    width: 90%;       
    max-width: 2000px;  
    word-wrap: break-word;
}
