.centered-wrapper {
    height: 100vh;
    display: flex;
    justify-content: center;
}

.error-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
}

.error-action {
    width: 100%;
}