* {margin: 0; padding: 0;}
body {
  color: #777;
  font-weight: 100;
  font-family: 'Lato', sans-serif;
  background: #FFF;
  height: 100vh;
}
.container {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: inherit;
}

.title {
  font-size: 6rem;
  text-transform: uppercase;
  text-align: center;
}

a {
  color: #00B7FF;
}

h3.msgError{
  font-size: 4rem;
  color: #8fe6cf;
}

h1.msgStatus{
  font-size: 15em;
  line-height: .8em;
}
pre.msgStack {
  white-space: pre-wrap;
  word-wrap: break-word;

  font-size: 1rem;
  color: #b2dfdb;
  margin: 0 20%;
}