.app-header .title-container {
  display: none;
}

.app-banner {
  display: none;
}

.error-wrapper {
  text-align: center;
}
.error-wrapper .emoji-container {
  width: 200px;
  display: inline-block;
  margin: 50px 0;
}
.error-wrapper .emoji-container img {
  width: 100%;
}
.error-wrapper .title-container {
  margin: 30px 0;
}
.error-wrapper .message-container {
  display: inline-block;
}
.error-wrapper .message-container ul {
  text-align: left;
}
.error-wrapper .message-container ul li {
  margin: 10px 0;
}