@font-face {
  font-family: "m6x11";
  src: url("./fonts/m6x11-custom.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "m5x7";
  src: url("./fonts/m5x7.ttf") format("truetype");
  font-display: swap;
}

html, body {
  height: 100%;
  margin: 0;
  background: #111111;
  color: #ffffff;
}

#screen {
  width: 480px;
  max-width:calc(100vw - 32px);
  margin: 0 auto;
}

.title {
  font-family: "m6x11";
  font-size: 64px;
}

.desc, .cta {
  font-family: "m5x7";
  font-size: 32px;
}

a {
  color: #29b6f6;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  color: #ba68c8;
  text-decoration: underline;
}

a:visited {
  color: #5c6bc0;
}
