@font-face {
  font-family: "AcehSoft";
  src: url('font/AcehSoft-Regular.ttf');
}

* {
  background-color: #cccccc;
  box-sizing: border-box;
  margin: 0;
  overflow: hidden;
  font-family: "Roboto";
}

#background {
  z-index: 0;
}

table {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

td {
  text-align: center;
  vertical-align: center;
}

iframe {
  width: 100%;
  height: 100%;
}

#iframeHolder {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
}

#iframeRaspored {
  width: 200%;
  height: 200vh;
  
  -ms-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;

  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  filter: blur(.0px);
  -webkit-filter: blur(0);
  will-change: transform;
}

#message {
  position: absolute;
  bottom: 0vh;
  height: 3vh;
  line-height: 3vh;
  font-size: 2vh;
  min-width: 100vw;
  width: fit-content;
  text-align: center;
  z-index: 2;
  border: 2px solid #004080;
}

#screenSaver {
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: 5;
  background-color: black;
}