/* Result */
.ending-screen h1 {
  font-size: 42px;
  color: var(--accent);
}

#file-protocol-warning {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #15182a;
  border-top: 1px solid var(--border);
}

