body {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Monaco', monospace;
  background-color: #372130;
	width: 100%;
	height: 100vh;
	color: #999;
  flex-direction: column;
}
.logo {
  font-size: 24px;

}
.dead {
	color: #FF0045 !important;
}
.alive {
	color: #00ff00 !important;
}
.sysactive {
	color: #ffffff !important;
}

.msg {
  text-align: center;
  > p.first { color: #999; font-size: 14px; line-height: 7px;}
  > p { font-size: 12px; color: #222;}
  > p:nth-child(2) { color: #888;}
  > p:nth-child(3) { color: #777;}
  > p:nth-child(4) { color: #666;}
  > p:nth-child(5) { color: #555;}
  > p:nth-child(6) { color: #444;}
  > p:nth-child(7) { color: #333;}
}
