body,
html {
  margin: 0;
  padding: 0;
  font-family: "Orbitron", sans-serif;
  background-color: #12181b;
}

.container {
  text-align: center;
}

#clock {
  font-size: 10vw;
  color: #f8f8d3;
}

#time {
  margin: 80px auto 60px auto;
}

/* input */

.input {
  text-align: center;
  width: 100%;
  color: #f8f8d3;
}

.input-label {
  text-align: left;
  display: inline-block;
  width: 120px;
  font-size: 1.1rem;
}

.input-number {
  line-height: 25px;
  width: 12%;
  font-family: "Orbitron", monospace;
  font-size: 1.1rem;
}

.input-component {
  margin: 2%;
}

.btn {
  font-family: "Orbitron", sans-serif;
  font-size: 1.1rem;
  margin: 4%;
  width: 150px;
  height: 50px;
  border: 3px solid #f8f8d3;
  border-radius: 5px;
}

.btn:hover {
  background-color: #12181b;
  color: #fff;
  cursor: pointer;
}

.btn:active {
  transform: translateY(4px);
}

.btn:disabled {
  background-color: #12181b;
  color: #fff;
}
