button {
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 8px; /* This makes the corners rounded */
  cursor: pointer;
}