/* Der Container benötigt eine relative Positionierung */
.webcam-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

/* Der Zeitstempel wird über das Bild gelegt */
.timestamp {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: none;
    color: #ffffff;
    font-family: monospace;
    font-size: 14px;
    padding: 6px 12px;
}
