.has-text-nowrap {
    white-space: nowrap;
}

.headline-divider {
    background-color: var(--theme-color,var(--bulma-primary));
    border-radius: 9999px;
    height: .25rem;
    margin-bottom: 1em;
    width: 4em
}

.footer {
    padding: 1.5rem 1.5rem;
    font-size: 0.75rem;
}
