body {
  font-family: Arial, sans-serif;
  text-align: center;
  background-color: black;
}

button {
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 16px;
}

#totalTime {
  margin-top: 40px;
  font-size: 24px;
  font-weight: bold;
}

video {
  position: absolute; /* Add this line */
  bottom: 0; /* Add this line */
  right: 0; /* Add this line */
  color: black;
}

input[type="number"] {
  width: 50px;
  font-size: 16px;
  padding: 5px;
  margin-bottom: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: black;
}

button {
  margin-top: 20px;
  padding: 5px 10px;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  left: 60px;
  background-color: black;
}

p {
    color: white;
}