.page-404{height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center}.page-404 .image{width:500px;-webkit-animation-name:slideUp;animation-name:slideUp;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.page-404 .bullshit{width:340px;padding:150px 50px;overflow:hidden}.page-404 .bullshit__oops{font-size:32px;font-weight:700;line-height:40px;margin-bottom:20px;-webkit-animation-delay:.1s;animation-delay:.1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.page-404 .bullshit__headline,.page-404 .bullshit__oops{color:#0170fe;opacity:0;-webkit-animation-name:slideUp;animation-name:slideUp;-webkit-animation-duration:.5s;animation-duration:.5s}.page-404 .bullshit__headline{font-size:20px;line-height:24px;margin-bottom:10px;-webkit-animation-delay:.2s;animation-delay:.2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.page-404 .bullshit__info{font-size:13px;line-height:21px;color:#8c8c8c;margin-bottom:30px;-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.page-404 .bullshit__info,.page-404 .bullshit__return{opacity:0;-webkit-animation-name:slideUp;animation-name:slideUp;-webkit-animation-duration:.5s;animation-duration:.5s}.page-404 .bullshit__return{display:block;width:110px;height:36px;background:#0170fe;border-radius:100px;text-align:center;color:#fff;font-size:14px;line-height:36px;cursor:pointer;-webkit-animation-delay:.4s;animation-delay:.4s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.page-404 .bullshit__return:hover{background:#1a7efe}@-webkit-keyframes slideUp{0%{transform:translateY(60px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideUp{0%{transform:translateY(60px);opacity:0}to{transform:translateY(0);opacity:1}}