@keyframes gentle-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.planets-page-wrapper{display:flex;flex-direction:column;align-items:center;max-width:800px}.planets-page-wrapper h1{font-size:35px;font-family:NunitoSans;font-weight:700;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;align-self:start}.planets-sketch-wrapper{position:relative}.planets-sketch-wrapper .child{position:absolute;width:100%;height:100%;top:0;left:0}.planets-audio-player{background-color:rgba(21,19,43,1);display:flex;align-items:center;height:70px;width:100%;border-radius:10px;gap:10px;flex-basis:100%;padding:5px;z-index:99}.audio-player-image{height:100%;width:auto}.planets-audio-player span{color:white;display:inline-block;font-size:16px;line-height:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.planets-page-wrapper .heading{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(90deg,rgb(232,0,233,.12),rgb(37,3,192,.12));padding:15px;width:100%;height:45px;margin-bottom:20px}.planets-page-wrapper .heading .back-button{font-family:NunitoSans;font-size:17px;font-weight:700;align-items:center;display:flex;padding:10px;cursor:pointer}.planets-page-wrapper .heading .back-button .close{height:24px;width:24px}.planets-page-wrapper .heading h2{font-family:NunitoSans;font-size:20px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:normal;text-transform:uppercase;text-decoration:none}.planets-page-wrapper .planet-image{width:100%;height:auto;max-width:600px;margin-top:20px}.planets-page-wrapper .planet-description{font-family:NunitoSans;font-size:18px;font-weight:600;line-height:1.5;color:black;margin-top:20px;text-align:left}.planets-page-wrapper .play-audio-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}