.widget-title {
    width: 100%;
    text-align: center;
}

.ms365-widget {
    color: var(--e-global-color-primary);
}

.ms365-widget .heading,
.ms365-widget .subheading {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 0.3em;
    margin-bottom: 0.5em;
    word-break: break-word;
}

.ms365-widget .heading {
    font-size: 1.5em;
}

.ms365-widget .subheading {
    font-size: 1.2em;
}
