html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}*{margin:0;padding:0}.musicpuzzle{padding:20px;width:90%;margin:20px auto}.musicpuzzle img{width:100%;height:100%}.musicpuzzle h2,.musicpuzzle p{text-align:center;padding:5px}.musicpuzzle h2{color:#292540}.poweredbygenius{color:#51a69d;color:linear-gradient(90deg,#51a69d,#5f7684 35%,#292540);font-weight:lighter}.loading h3,.poweredbygenius{text-align:center}.loading h3 p{color:orange}nav{background:#51a69d;background:linear-gradient(90deg,#51a69d,#5f7684 35%,#292540);padding:15px;color:#fff;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.navsearchbar{position:relative;width:200px}nav img{position:absolute;right:1px}nav input{padding:10px;border-radius:20px;background:#f2f0d8;width:100%}nav img{width:40px;height:40px}.search-bar{position:relative;width:50%;margin:5px auto}.search-bar img,.search-bar input{position:absolute}.search-bar img{width:40px;height:40px;right:1px}.search-bar input{padding:12px;width:100%;background:#f2f0d8;border:1px solid #292540;border-radius:20px}.songcard{display:flex;height:200px;border:2px solid #292540;margin:50px auto;width:500px;border-radius:10px;position:relative}.songcardinfo{color:#292540;padding:5px}.songcardimage{width:200px;background:#d9d6e7}.songcard img{height:100%;width:100%}.gotobutton{position:absolute;padding:15px;background:#292540;border:1px solid #292540;color:#fff;border-radius:5px;bottom:4px}.spinner{margin:100px auto;width:100px;height:100px;text-align:center;font-size:10px}.spinner>div{background-color:#51a69d;height:100%;width:6px;display:inline-block;margin:1px;-webkit-animation:sk-stretchdelay 1.2s ease-in-out infinite;animation:sk-stretchdelay 1.2s ease-in-out infinite}.spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.spinner .rect3{-webkit-animation-delay:-1s;animation-delay:-1s}.spinner .rect4{-webkit-animation-delay:-.9s;animation-delay:-.9s}.spinner .rect5{-webkit-animation-delay:-.8s;animation-delay:-.8s}.songheader{display:flex;flex-direction:column;color:#292540;border-bottom:5px solid #f2f0d8;align-content:center;align-items:center;padding:50px}.songcont{display:flex;flex-wrap:wrap}.songheader h2{color:#51a69d;color:linear-gradient(90deg,#51a69d,#5f7684 35%,#292540);padding:5px}.songimg{border:5px solid linear-gradient(90deg,#51a69d,#5f7684 35%,#292540);border-radius:50%}.songimg img{width:100%;height:100%}.lyrics{padding:50px;margin:10px auto;color:#292540;font-family:monospace;line-height:3rem}.reload{text-align:center;padding:50px}.reload span{color:orange;border-bottom:1px solid orange}.pointer,.reload span{cursor:pointer}@media only screen and (min-width:768px){.lyrics{flex-basis:45%;flex-shrink:1}}@-webkit-keyframes sk-stretchdelay{0%,40%,to{-webkit-transform:scaleY(.4)}20%{-webkit-transform:scaleY(1)}}@keyframes sk-stretchdelay{0%,40%,to{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}