body {
  background-color: #6793a6;
}

.box-left {
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  display: flex;
}

.box-right {
  min-height: 100vh;
  max-height: 100vh;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.video-frame {
  height: 50vh;
  width: 100%;
  border-radius: 10px;
}

.card {
  border-radius: 10px;
  margin-bottom: 2%;
  width: 100%;
}

.card-header {
  color: blue;
}

.card-body {
  padding: 10px;
}

.text-nomor {
  margin-bottom: 0px;
  font-size: 3rem;
  font-weight: 700;
  color: red;
}

.text-footer {
  margin-bottom: 0px;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  color: blue;
}

.title-counter {
  font-size: 1rem;
  font-weight: 700;
}
