body {
  background-color: #282c34;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  margin: 0;
  color: white;
  font-family: "Orbitron", "Courier New", monospace;
}

.tabs {
  display: flex;
  justify-content: center;
  width: 50%;
}

.tab-button {
  flex: 1;
  padding: 1rem 0;
  cursor: pointer;
  font-size: 1.6rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.76);
  background-color: #282c34;
  border-radius: 0.5rem;
  border: none;
  outline: none;
}

.tab-button.active {
  background-color: #00000010;
  color: white;
}

.tab {
  display: none;
  width: 100%;
  text-align: center;
  margin-top: 15%;
}

.tab.active {
  display: block;
}

.div-milissegundos {
  display: inline-block;
  width: 5rem;
}

#relogio {
  font-size: 5.5rem;
}

#milissegundos-relogio,
#milissegundos-cronometro {
  font-size: 2.5rem;
  margin-left: 0.8rem;
  display: inline-block;
}

#data {
  font-size: 1.2rem;
}

#cronometro {
  font-size: 5.5rem;
}

button {
  padding: 0.5rem 1rem;
  margin: 0.5rem;
  cursor: pointer;
  color: #282c34;
  border: none;
  outline: none;
  transition: all 0.4s ease;
}

button:hover {
  color: white;
  background-color: #0000000a;
}

.button-cronometro {
  background-color: #ffffff0a;
  color: rgba(255, 255, 255, 0.76);
  border-radius: 0.5rem;
  text-align: center;
  align-items: center;
}

.button-cronometro:hover {
  background-color: #ffffff3a;
  color: white;
}
