.flash {
    left: 50%;
    right: auto;
    top: 24px;
    max-width: min(560px, calc(100vw - 32px));
    text-align: center;
    transform: translateX(-50%);
}
