@import "bulma.css";
@import "bulma.min.css";
@import "bulma-no-dark-mode.css";
body {
  padding: 0.5em;;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
  touch-action: manipulation;
}

a {
  color: #00B7FF;
}

input[type='checkbox'] {
  width:30px;
  height:30px;
  background:white;
  border-radius:5px;
  border:2px solid #555;
}
input[type='radio'] {
  width:30px;
  height:30px;
  background:white;
  border-radius:5px;
  border:2px solid #555;
}

.very-good-button {
  border: 2px solid gold
}