html * {
  transition: 1s;
}
.time-machine {
  background: rgba(255,255,255,.9);
  width: 150px;
  height: 75px;
  -webkit-backdrop-filter: blur(10px);
  padding: 0px 15px 15px !important;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  top: 15px;
  right: 15px;
  line-height: 1 !important;
  font-family: 'helvetica', sans-serif;
  z-index: 100;
  box-shadow: 0px 0px 5px #999;
}
.time-machine .label {
  width: 100%;
  font-size: 10px;
  color: #444;
  letter-spacing: 2px;
  padding: 5px 0 !important;
  background: rgba(255,255,255,.2);
  border-bottom: 1px solid rgba(0,0,0,.1);
  margin-bottom: 5px !important;
  font-weight: 100;
  text-transform: uppercase;
  user-select: none;
}
.time-machine .output {
  font-weight: 100;
  font-size: 24px !important;
  padding: 5px;
  background: transparent;
  color: #333;
  margin: 5px 30px;
  height: 15px;
  user-select: none;
}

@media (max-width:699px) {
  .time-machine {
    display: none;
  }
}
