.p-error{display:flex;flex-direction:row;align-items:center;min-height:100vh;padding:30px 5px;line-height:1;font-size:2.2rem;color:rgba(72,78,85,.8);text-align:center}.p-error__img{vertical-align:middle;margin-bottom:20px;max-width:100%;height:auto}.p-error__title{margin-bottom:10px;font-size:5rem;font-weight:700;color:#484e55}.p-error__btn{display:inline-flex;align-items:center;justify-content:center;width:100%;max-width:300px;height:60px;margin-top:35px;padding:10px;font-size:1.8rem;text-decoration:none;outline:none!important;color:#fff;background-color:#07ca84;box-shadow:0 5px 15px rgba(7,202,132,.4),0 25px 60px #b1ffe3;border-radius:10px;transition:background-color .3s ease-in-out,box-shadow .3s ease-in-out}.p-error__btn:focus,.p-error__btn:hover{background-color:#14b77c;box-shadow:0 5px 10px #07ca84,0 25px 60px #b1ffe3}