/* Bright outline + lit gray field: never depend on black for an opaque surface. */
* { box-sizing: border-box; }
html, body { width: 600px; height: 600px; margin: 0; padding: 0; overflow: hidden; }
body { background: #1c1e21; color: #ffffff; font-family: Arial, Helvetica, sans-serif; }
main {
  width: 568px; height: 568px; margin: 16px; padding: 28px 12px;
  border: 4px solid #70f5ff; background: #1c1e21;
  display: flex; flex-direction: column; justify-content: space-evenly;
  align-items: center; text-align: center;
}
h1, p { margin: 0; padding: 0; line-height: 1.2; font-weight: 700; }
h1 { font-size: 72px; letter-spacing: 4px; }
.missy { font-size: 40px; }
.connection { font-size: 28px; white-space: nowrap; }
.hello { font-size: 40px; }
