.epi-question {
  color: #000080;
}

.wrap-btn-start {
  display: flex;
}

.btn-start {
  background-color: #04AA6D; 
  border-color: #04AA6D;
  color: white; 
  cursor: pointer;
  font-weight: 500;
  text-align: center;
  padding: 5px 10px;
  border-radius: 2px;
  font-size: 20px;
  font-weight: 500;
}

.btn-start:hover {
  background-color: #1dc889;
  color: black;
}

.time-start {
  width: 110px;
  color: black;
  background-color: rgba(204, 204, 204, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  font-weight: 500;
  padding-top: 1px;
}


