body{background-color:#f3f3f3;color:#333;display:grid;font-family:sans-serif;font-size:1rem;font-weight:400;grid-template-columns:minmax(0,1fr);line-height:1.4;margin:0;min-height:100dvh;padding:0;place-content:center;width:100%}body *{box-sizing:border-box}.layout-error{background-color:#fff;border:1px solid #ddd;border-radius:.5rem;box-shadow:0 .5rem 1rem rgba(0,0,0,.1);margin:1rem auto;max-width:calc(100% - 2rem);padding:2rem;text-align:center;width:34rem}.layout-error h1,.layout-error h2,.layout-error h3,.layout-error h4,.layout-error h5,.layout-error h6{font-weight:600;margin-block-end:1rem;margin-block-start:0}.layout-error p{margin-block-end:1rem;margin-block-start:0}.error__logo{height:auto;margin-block-end:2rem;max-height:12rem;max-width:100%;width:auto}.error__title{font-size:1.5rem;font-weight:600}.error__content,.error__title{margin-block-end:1.5rem}.error__content>p:last-child,.error__text,.error__text>p:last-child{margin-block-end:0}