html {
  font-size: 19px;
}

@media (min-width: 768px) {
  html {
    font-size: 18px;
  }
}

html {
  position: relative;
  min-height: 100%;
  font-size: smaller;
}

body {
  /* Margin bottom by footer height */

  margin-bottom: 60px;
  margin-top: 40px;
  margin-left: 50px;
  margin-right: 50px;
}

.container {
  max-width: unset;
}

#header {
  position: relative;
  left: 0px;
  top: 0px;
  height: 100px;
  z-index: 10;
}

#informa-flag {
  position: absolute;
  left: 10px;
  top: 60px;
}

.file_source {
  font-weight: 700;
}

.file_ext {
  font-weight: 200;
}

/* 
due to infringment 
*/

:root {
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}