
:root {
	color-scheme: dark light;
}

body {
	font-family: sans-serif;
	background: light-dark(#fffcf6, #222222);
	color: light-dark(black,white);
}

.overpass-heading {
  font-family: "Overpass", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.centerbox-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  gap: 8px;
  height: 100%;
}

.centerbox {
  align-self: center;
  align-items: center;
}