.webcamContainer { position: relative; width: 640px; margin: 20px auto; } .webcamControls { margin-top: 10px; text-align: center; } .webcamButton { background: #0066cc; color: white; border: none; padding: 8px 16px; border-radius: 4px; margin: 0 5px; cursor: pointer; } .webcamButton:hover { background: #0052a3; } .capturedImage { display: none; margin-top: 10px; }