.rc-error__container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 7rem - 6rem);
}

.rc-error__message {
    font-size: 3.5rem;
    font-weight: bold;
    text-align: center;
}
