/* Generated by https://scss.premo.biz/scss2css.php 
Uses scssphp-1.6.0 - https://scssphp.github.io/scssphp/ */

body {
  font-family: Verdana;
  background-color: black;
  color: #AAAAAA;
  text-align: center;
  padding-top: 46vh;
  box-sizing: border-box;
}
.request {
  cursor: pointer;
  font-size: 40px;
}
body:fullscreen .request {
  display: none;
}
.clock-br .clock {
  bottom: 0;
  right: 0;
}
.clock-bl .clock {
  bottom: 0;
  left: 0;
}
.clock {
  position: absolute;
  font-size: 20px;
  padding: 15px 22px;
  display: none;
}
body:fullscreen .clock {
  color: #303030;
}
