@font-face {
  font-family: "iconfont";
  src: url("iconfont.ttf") format("truetype");
}

html,
body {
  overflow: hidden;
  background-color: #000;
}

body {
  margin: 0;
  position: fixed;
  width: 100%;
  height: 100%;
}

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

.dg {
  opacity: 0.9;
}

.dg .property-name {
  overflow: visible;
}

.cr.function.appBigFont {
  font-size: 150%;
  line-height: 27px;
  color: #a5f8d3;
  background-color: #023c40;
}

.cr.function.appBigFont .property-name {
  float: none;
}

.cr.function.appBigFont .icon {
  position: sticky;
  bottom: 27px;
}

.center {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: fadein 3s;
  -moz-animation: fadein 3s;
  -webkit-animation: fadein 3s;
  -o-animation: fadein 3s;
  font-size: 5vw;
  color: white;
  font-weight: 550;
  font-family: "Montserrat", sans-serif;
}

button {
  background-color: transparent;
  border: none;
  color: white;
  padding: 12px 16px;
  cursor: pointer;
  outline: none;
}

.clock {
  font-size: 2vw;
  color: white;
  font-weight: 550;
  font-family: "Montserrat", sans-serif;
}

.vertical-center {
  margin: 0;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
