body {
  font-family: Arial, sans-serif;
  background-color: #121212;
  color: #e0e0e0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin: 0;
}

#time {
  font-size: 3em;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}

a {
  text-decoration: none;
  color: #6c63ff;
  font-size: 1.2em;
}

a:hover {
  text-decoration: underline;
}