*{margin:0%;padding:0%;box-sizing:border-box}html,body,#root{height:100%;width:100%;background-color:#1e1d1d}.mood-element{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;padding:2rem}.user-video-feed{width:320px;height:240px;border-radius:16px;object-fit:cover;box-shadow:0 8px 25px #00000080;border:2px solid #8b005d}.mood-element button{background:linear-gradient(135deg,#8b005d,#c2185b);border:none;padding:.8rem 1.8rem;color:#fff;font-size:1rem;border-radius:999px;cursor:pointer;transition:all .3s ease}.mood-element button:hover{transform:scale(1.05);box-shadow:0 5px 20px #c2185b99}.mood-element h2{font-size:1.5rem;color:#ff4da6}.mood-songs{width:100%;max-width:700px;margin:auto;padding:2rem;color:#fff}.mood-songs h2{margin-bottom:1.5rem;font-size:1.8rem}.song{display:flex;justify-content:space-between;align-items:center;background:#1e1e1e;padding:1rem 1.2rem;margin-bottom:1rem;border-radius:12px;transition:.3s ease}.song:hover{background:#2a2a2a;transform:translateY(-2px)}.title h3{margin:0;font-size:1.1rem}.title p{margin:0;font-size:.85rem;color:#aaa}.play-pause-button button{background:none;border:none;font-size:1.8rem;color:#ff4da6;cursor:pointer;transition:.2s}.play-pause-button button:hover{transform:scale(1.2)}
