.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.clockContainer {
  display: flex;
  flex-direction: row;
  font-size: 25px;
  font-weight: bold;
}

.labelText {
  font-size: 20px;
  text-align: center;
}

.rejectContainer {
  padding: 20px 0px 40px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.retrySection {
  width: 100%;
}

.retryBtnMobile {
  margin-bottom: 10px;
}

.retryBtn {
  margin-right: 10px;
}

.goToHomeBtn {
  margin-left: 10px;
}
