
body.negative{
    background-color:#000;
  }
  body.negative img {
    filter: invert(1);
  }


.container{
  display:flex;
}
.hand{
  width:50vw;
  height:auto;
}
.hand-centered{
  width:100vw;  /*estava a 50 */
  margin-left:25vw;
  height:auto;
}

.dospunts{
  position:absolute;
  left:-50px;
  top:0;
  width:100vw;
  height:auto;
}
.hora{
  font-size: 1.8vw;
  font-family: Arial;
 /* position:absolute;
  bottom:20px;
  right:20px;
  */
 /* background-color:#ff0;*/
 position: absolute;
  left: 45%;
  bottom:5px;
  color:#000;
  padding:5px;

}

#debug{
  position:absolute;
  left:10px;
  bottom:10px;
  background-color: #fff;
  opacity:0;
  color:#000;
  padding:5px;
}

body.negative .hora {
    color:#fff;
  }


.zoom{
  transform: scale(1.02, 1.02);
}

.zoom2{ /* dospunts */
 /* transform: scale(1.03, 1.03);*/
  margin-left:50px;
}

body{
  overflow:hidden;
}
