html,
body
{
  width: 100vw;
  height: 100vh;
  padding: 0;
  margin: 0;
  background: BLACK;
/*  display: flex;*/
}
.timestamp
{
  position: absolute;
  font-size: 4vh;
  text-align: center;

  top:  50vh;
  left:  50vw;
  color:  rgb(100,100,100,0.1);
  translate : -50%;
}
.timestamp.error
{
  color: red;
  font-weight: bold;
}
.dash
{
  position: absolute;
  width: 100vw;
  height: 100vh;
}
.dash canvas
{
    position: absolute;
}
.DEBUG
{
  border: solid 1px red;
}
.myGauge
{
}
.viewlog
{
  position: absolute;
  top: 102vh;
  font-size: 8vw;
}
.shutdown
{
  position: absolute;
  top: 115vh;
  font-size: 8vw;
}
.raw
{
    position: absolute;
    color: white;
    width: 100vw;
}
