@font-face {
  font-family: Terminus;
  src: url("res/Terminus.ttf");
}
html,body{
  font-family: "Terminus";
  background-color: #000;
  background: linear-gradient(#000,#212);
  color: #eee;
  text-align: center;
  height: 100%;
}
p {
  margin: 3px;
}
a,visited{
  text-decoration: none;
  color: #ffa716;
}
#whatIsThis{
  color: #ffa716;
  margin: 5px 0 7px;
  padding: 5px;
  cursor: pointer;
  display: inline-block;
  width: auto;
  user-select: none;
}
#height-maintain{
  height: 125px;
}
#wrapper{
  display: inline-flex;
}
#wrapper div{
  position: relative;
}
#wrapper div img{
  position: absolute;
  left: 50%;
  transform:translateX(-50%);
}
.timepiece {
  width: 36px;
}
.dots{
  width: 10px;
  padding:0 4px;
}
#door{
  margin: 0 0 -35px 0;
}
#explanation {
  display: none;
  border: 2px solid #ffa716;
  box-shadow: 0 0 10px #9b3301;
  border-radius: 5px;
  width: fit-content;
  margin: 0 auto;
  padding: 10px;
  max-width: 1000px;
}

#customization {
  width: fit-content;
  border: 1px solid #9b3301;
  margin: 10px 10px;
  display: flex;
  flex-wrap: wrap;
  padding: 5px 10px;
  align-content: center;
  border-radius: 5px;
}
#customization div{
  padding: 2px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 2px auto;
}
#customization * {
  margin: 0 auto;
}
#customization input {
  width: 100%;
  text-align: center;
}
#currentTimes div {
  width: 45%;
  min-width: 300px;
}
#inputs {
  max-width: 450px;
}
#inputs input {
  max-width: 300px;
  background-color: rgba(55,55,55,.3);
}

.copied {
  border: 2px solid lightgreen;
}

label {
  min-width: 100%;
  flex-shrink: 0;
}

input {
  font-family: "Terminus";
  border-radius: 3px;
  padding: 3px;
  border: 0;
  background-color: rgba(55,55,55,.1);
  color: white;
  max-width: 600px;
}
button {
  color: white;
  font-family: "Terminus";
  border: 1px solid white;
  background-color: rgba(55,55,55,.6);
}
.heart{
  color: #ff8888;
}
