.module {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 1rem;
  margin: 1rem;
  background: #f9f9f9;
}

.module h2 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.module button {
  margin: 0.25rem;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 4px;
  background: #0078d7;
  color: white;
  cursor: pointer;
}

.module button:hover {
  background: #005a9e;
}
