.root {
  -fx-background-color: white;
  -fx-padding: 10;
}

.label {
  -fx-text-fill: dimgrey;
  -fx-font-size: 28px;
}
