body {
  background-color: black;
  color: #c70226;
  font-family: 'Orbitron', sans-serif;
}

.frames > p{
  color: white;
}

.innerFrames > p{
  color: white;
}

a {
  color: white;
  text-decoration: none;
}

.frames{
  text-align: center;
  border: solid 2px white;
  margin: 15px;
  padding: 10px;
}

img{
  width: 10%;
  padding: 10px;
}

.innerFrames{
  text-align: center;
  border: solid 2px white;
  margin: 15px;
  padding: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.innerFrames:hover{
  background-color: #5c00cc;
}

.links {
  margin: 5px;
  padding: 5px;
  text-align: center;
}

.important-url {
  color: #c70226;
  text-decoration: underline;
  border: solid 1px #5c00cc;
  display: inline-block;
  padding: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.important-url:hover {
  background-color: #5c00cc;
}

#result {
  text-align: left;
  border: solid 1px white;
  padding: 15px;
  margin: 18px;
  color: white;
  max-height: 320px;
  overflow: auto;
  white-space: pre-wrap;
  word-break: break-word;
}

#inputBox, #searchButton {
  background-color: black;
  color: white;
  border: solid 1px white;
  font-family: 'Orbitron', sans-serif;
  font-size: 20px;
  margin-top: 10px;
  padding: 5px;
}

#inputBox {
  width: 90%;
}

.player{position:fixed;top:3rem;left:3rem;z-index:9999;display:flex;align-items:center;gap:.5rem;background:black;backdrop-filter:blur(6px);border: solid 2px white;padding:.5rem .6rem;}
.btn{width:44px;height:44px;border:0;display:inline-grid;place-items:center;cursor:pointer}
.icon{width:22px;height:22px;display:block;}
.track-name{
  color: white;
  font-size: 0.9rem;
  padding: 0.4rem 0.6rem;
  border: 2px solid white;
  background: rgba(255,255,255,0.05);
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
