body {
  margin-top: 1rem !important;
}

#camara br {
    display: none;
}

video {
  width: 100%;
  max-width: 600px;
  aspect-ratio: 1 / 1;
  border: 0.1rem solid black;
  border-radius: 0.5rem;
}

.drawingBuffer {
  width: 100%;
  max-width: 600px;
  aspect-ratio: 1 / 1;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 0 !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.footer p {
  margin-bottom: 0 !important;
}