{"version":3,"sources":["src/styles.css"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"src.a2b27638.css","sourceRoot":"..","sourcesContent":["body {\n  font-family: sans-serif;\n  background: linear-gradient(to bottom right, #483150, #221f2a);\n  margin: 0;\n  height: 100vh;\n  width: 100vw;\n}\n\n#audio-button {\n  position: absolute;\n  left: 45%;\n}\n\n.player-container {\n  width: 0vw;\n  display: flex;\n  flex-direction: column;\n  color: white;\n  margin-bottom: 20px;\n}\n\naudio-player {\n  animation: fade-in 2s;\n}\n\n@keyframes fade-in {\n  from {\n    opacity: 0;\n    position: relative;\n    top: -10px;\n  }\n  to {\n    opacity: 1;\n    top: 0;\n  }\n}"]}