body {
  background-color: #f8f9fa;
}

.container {
  max-width: 800px;
}

#greeting {
  color: #343a40;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}

#clock {
  color: #007bff;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Courier Prime", monospace;
}

#work-message {
  color: #6c757d;
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
}

#resetButton {
  padding: 10px 20px;
  font-size: 0.8rem;
}
