@font-face{
  font-family: digitalDreamFat;
  src: url("digital-dream/DIGITALDREAMFAT.ttf");
}

body {
  background-color: #000000;
  overflow: hidden;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  flex-direction: column;
}

body > div {
  width: 100%;
  text-align: right;
}

#imghold{
  position: fixed;
  top: 0;
  right: 0;
  width: 10em;
  height: 5em;
}

#limitimg{
  height: 100%;
  opacity: 40%;
  display: none;
}

#display {
  font-size: 2rem;
  font-family: digitalDreamFat;
  /* line-height: 19rem; */
  color: blue;
}
/* #Units {

} */

button {
  padding: 1rem 2rem;
  background-color: white;
}

button:focus {
  outline: none;
}

#butmph {
  margin-right: -6px;
}



.selected {
  background-color: rgb(143, 223, 39);
  color: #fff;
}

#begin {
  margin-top: 1rem;
  background-color: lightgreen;
}
#UI{
  position: fixed;
  top: 0;
  right: 0;
  margin-top: 8em;
}

#begin.selected {
  background-color: lightgrey;
  color: #000;
}

body.dark {
  background: radial-gradient(ellipse at center, #1b1b1b 0%, #000000 100%);
  color: green;
}

body.dark button {
  background-color: darkslategray
  border: 1px solid green;
  color: green;
}


body.dark .selected {
  background-color: green;
  color: #fff;
}

body.dark #begin {
  margin-top: 1rem;
  background-color:darkgreen;
}

body.dark #begin.selected {
  background-color: darkred;
  color: #fff;
  border-color: darkred;
}