body {
  background: #f2f2f2;
  color: #111;
  font-family: "Courier New", monospace;
  margin: 0;
  padding: 40px;
}

.uc {
  max-width: 600px;
}

.status {
  font-size: 12px;
  opacity: 0.5;
  margin-bottom: 40px;
}

h1 {
  font-size: 40px;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 40px;
}

.info {
  font-size: 12px;
  opacity: 0.5;
}

.scan-transition::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;

  background: black;
  opacity: 0.3;
}