div:has(.alert-toast) {
    width: 100%;
    text-align: center;
}

.alert-toast {
    text-align: left;
    margin: 0 auto;
}

