body {
  font-family: Arial, sans-serif;
  background: #f4f4f4;
  margin: 0;
  padding: 20px;
}

button {
  padding: 10px 15px;
  background: #0078ff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

button:hover {
  background: #005fcc;
}

h1 {
  margin-top: 20px;
  color: #333;
}

#analytics {
  background: white;
  padding: 15px;
  border-radius: 8px;
  margin-top: 20px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  white-space: pre-wrap;
}
