@font-face {
  font-family: "Cal Sans";
  src:
    local("Cal Sans"),
    url("../../fonts/CalSans-Regular.woff") format("woff");
}

body {
  /* Fallback for browsers that don't support dvh */
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

tr th {
  vertical-align: bottom;
}

footer {
  margin-top: auto;
}

.content-box {
    padding: 10px;
    width: 100%;
}

.sideways-text {
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: right;
}

.container {
  padding: 20px;
}

.background_with_image {
  background-image: url("../../img/qr_risto_kokkonen.jpg"); 
  background-position: 25% 75%;
  background-color: rgba(255,255,255,0.5);
  background-blend-mode: lighten;
}

#flashbox {
  opacity: 1;
  transition: opacity 1s ease;
  z-index: 99999;
}
