#error{width:100%;height:100vh;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#error,#error header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#error header{margin:0 0 36px}#error .error_container{width:100%;max-width:696px;border-radius:36px;background:#fff;padding:36px;line-height:28px}#error .error_container .btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:none;background:#ed724b;color:#fff;font-size:20px;font-family:inherit;width:100%;max-width:360px;height:60px;border-radius:12px;margin:24px auto 0;-webkit-transition:.3s;transition:.3s;opacity:1;cursor:pointer}#error .error_container .btn:hover{opacity:.8}