/* Assessment.module.css */

.assessment-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.recording-section {
  text-align: center;
}

.text {
  font-size: 15px;
}

.button-container {
  margin-top: 20px;
}

.button-container button {
  margin-right: 10px;
}
