.error {
    min-height: inherit;
    height: inherit;
    width: inherit;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center; /* optional: center content vertically */
    align-items: center;     /* optional: center content horizontally */
}
