/* hero.is-light.is-bold still is white on Bulma's dark theme */
.hero.is-light.is-bold {
    background-image: linear-gradient(141deg, #333 0, #181818 100%);
    * {
        color: #fff;
    }
    .button {
        color: #000;
    }
}