html,
body {
  margin: 0;
  padding: 0;
  background: transparent;
  font-family: "TikTok Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  overflow: hidden;
  height: 100vh;
  background-color: #222831;
  color: #f2f2f2;
  font-size: 22px;
}

#status {
  background-color: #393e46;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

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

button {
  background-color: #f96d00;
  color: #f2f2f2;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  width: 200px;
}

.first-color {
  background: #222831;
}

.second-color {
  background: #393e46;
}

.third-color {
  background: #f96d00;
}

.fourth-color {
  background: #f2f2f2;
}
