/* style.css */
body {
  background: #f8f9fa;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 1rem;
  text-align: center;
}
.container-card {
  max-width: 500px;
  width: 100%;
  text-align: center;
}
video {
  width: 100%;
  border-radius: 1rem;
  background: black;
  margin-bottom: 1rem;
}
#recordBtn, #nameBtn {
  width: 100%;
  margin-top: 0.5rem;
  white-space: normal;
}
#recordBtn {
  margin-bottom: 1rem;
}
#recordBtn .small-text, #nameBtn .small-text {
  display: block;
  font-size: 0.7rem;
}
.subtitle {
  font-size: 0.7rem;
  color: #6c757d;
  margin-bottom: 1rem;
}
.instructions {
  font-size: 0.55rem;
  color: #343a40;
  padding: 0.75rem 1rem;
  background: #ffffff;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.instructions a {
  color: #0d6efd;
  text-decoration: underline;
}
.header-img-container {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.header-img {
  width: 50%;
  height: auto;
}
.footer {
  margin-top: 1rem;
  font-size: 0.7rem;
  color: #6c757d;
  text-align: center;
}
