body {
  font: 30px "Lucida Grande", Helvetica, Arial, sans-serif;
  background: #222;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
}

.content {
  min-width: 20ex;
  display: flex;
  flex-direction: column;
  border: 5px solid #444;
  padding: 15px;
  border-radius: 5px;
  background: #2d2d2d;
}

.bottom {
  display: flex;
  justify-content: space-between;
}

#time {
  text-align: center;
  font-size: 50px;
  font-family: monospace;
  padding-bottom: 10px;
}

#delay {
  color: #ff7c00;
}

#connStatus.ok {
  color: #028000;
}

#connStatus.notok {
  color: #d60008;
}
