@charset "ISO-8859-1";
/* ibm-plex-sans-regular - latin */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ibm-plex-sans-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/ibm-plex-sans-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ibm-plex-sans-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/ibm-plex-sans-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/ibm-plex-sans-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ibm-plex-sans-v14-latin-regular.svg#IBMPlexSans') format('svg'); /* Legacy iOS */
}
/* ibm-plex-sans-600 - latin */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/ibm-plex-sans-v14-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/ibm-plex-sans-v14-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ibm-plex-sans-v14-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/ibm-plex-sans-v14-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/ibm-plex-sans-v14-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ibm-plex-sans-v14-latin-600.svg#IBMPlexSans') format('svg'); /* Legacy iOS */
}
body {
	height: 100%;
	margin: 0px;
	font-family: 'IBM Plex Sans', sans-serif;
	text-align: center;
	font-size: 17px;
	line-height: 22px;
}
@media screen and (max-width: 600px) {
iframe {
	width: 100%;
	min-height: 1000px;
}
}
@media screen and (min-width: 601px) {
iframe {
	width: 80%;
	height: 800px;
}
}
@media (prefers-color-scheme: light) {
  body {
    background-color: white;
    color: black;
  }
  a {
    color: #004CFF;
  }
  .darkonly {
    display: none;
  }
}
@media (prefers-color-scheme: dark) {
  body {
    background-color: #303030;
    color: #e4e4e4;
  }
  a {
    color: #dea51f;
  }
  .lightonly {
    display: none;
  }
}