html {
  font-size: 100% !important;
}
.information-widget-logo {
  width: auto !important;
  flex: 0 0 auto !important;
  min-height: 300px !important;
  display: flex !important;
}
.information-widget-logo img {
  width: 250px !important;
  height: 250px !important;
}

/* Add breathing room between header info widgets (datetime / weather) */
.information-widget-openmeteo {
  margin-left: 1.5rem !important;
}

/* Hide the CPU stat on every service card; keep MEM */
.service-stats .service-container .service-block:first-child {
  display: none !important;
}
