#status, #result, #extra {
  font-size: 1rem;
  margin-top: 1.4rem;
}

#result {
  color: var(--gold);
  font-weight: 600;
  text-shadow: 0 0 12px rgba(255,215,0,0.5);
}

#extra {
  color: #ff6666;
  font-weight: bold;
  margin-top: 20px;
}

#datetime {
  color: #a9d5ff;
  font-size: 0.9rem;
  margin-top: 10px;
}
