.root {
    -fx-font-family: "Gotham Bold";
}

.text-area, .text-area .viewport, .text-area .content {
    -fx-background-color: transparent;
}

.exp .scroll-pane .content .text {
    -fx-text-alignment: center;
}

.progress-bar {
    -fx-accent: #44E298;
    -fx-control-inner-background: transparent;
    -fx-text-box-border: transparent;
    -fx-background-color: transparent;
}

.progress-bar > .bar {
    -fx-background-radius: 5em;
    -fx-text-box-border: transparent;
}

.progress-bar > .track {
    -fx-text-box-border: transparent;
    -fx-background-radius: 0.5em;
    -fx-background-color: #00B0F0;
}