/* Here, the content of the common custom CSS defined into Home - Setup - Display - CSS*/
button {
  background-color: blue;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
}