body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #f0f8ff;
  color: #333;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

h1 {
  color: #0066cc;
  margin-top: 2rem;
}

#widget {
  width: 300px;
  height: 200px;
  border: 2px solid #0066cc;
  background: linear-gradient(135deg, #e0f7ff, #cdeaff);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  margin-top: 1rem;
}
