body{padding:0;margin:0}.error-box{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-height:100vh;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.error-box img{width:600px;max-width:calc(100% - 20px);height:auto;display:inline-block}.error-box .title{font-size:20px;margin:20px;line-height:1.5;color:#333}.error-box .message{font-size:14px;margin:20px;line-height:1.5;color:#666}.error-box .button{display:inline-block;min-width:150px;border:none;text-decoration:none;background-color:#4C7EE9;height:46px;line-height:46px;text-align:center;color:#fff;font-size:16px;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}