.error{display:flex;flex:1 1 auto;flex-direction:column;align-items:center;justify-content:center;font-family:Roboto,Segoe UI,Arial,sans-serif;text-align:center;background-color:var(--error-bg, #2b3648);color:var(--error-text-color, #fff)}.error--screen{box-sizing:border-box;min-height:100vh;padding:24px}.error>:not(:last-child){margin-bottom:20px}.error__text{margin:0;font-size:24px;color:#fff}.error__btn{padding:12px;border:0;border-radius:6px;font-family:inherit;font-size:16px;cursor:pointer;background-color:#fff;color:var(--error-text-color, #2b3648)}
