Tts 'link' — Eric

.rate-control label, .pitch-control label { min-width: 60px; font-weight: 500; }

.btn.primary { background: #667eea; color: white; } eric tts

@keyframes slideIn { from { opacity: 0; transform: translateY(-30px); } to { opacity: 1; transform: translateY(0); } } .pitch-control label { min-width: 60px

<script src="script.js"></script> </body> </html> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); min-height: 100vh; display: flex; justify-content: center; align-items: center; padding: 20px; } } .btn.primary { background: #667eea