
.dataDisplay {
  position: fixed;
  top: 30%;
  right: 2px;
  left: 2px;
}

#displayValue {
  float: right;
  text-align: right;
  font-size: 50px;
  width: 70%;
  margin-right: 15%;
  font-weight: bold;
  outline-offset: 5px;
}

#displayUnit {
  top: 65%;
}

.metadata {
  position: fixed;
  left: 50%;
  transform: translate(-50%, -50%);
}


#numericDisplayDate {
  top: 80%;
  font-size:x-small;
}
