html {
  height: 100%; }

.body--error {
  min-height: 100%;
  background-image: url(../images/backgrounds/bg-celli.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }

.content--error__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 400px;
  padding: 7px;
  border: 4px solid #fff; }

.content--error {
  background-color: #fff;
  padding: 1rem;
  text-align: center; }

p {
  font-size: 1.1rem; }

p:last-child {
  margin-bottom: 0; }
