@import url('https://fonts.googleapis.com/css2?family=Rajdhani&display=swap');

body{
    text-align:center;
    background-color: #131212;
    color: white;
    font-family: 'Rajdhani', sans-serif;
    font-size:26px;
}

h1 {
  margin: 0;
  padding: 0;
}
ul {
  list-style:none;
}
#songname{
  width: 400px;
  padding: 10px;
  font-size: 18px;
  outline:none;
  background: linear-gradient(to left top, #000, #22132e) fixed;
  border-radius: 10px;
  border: 2px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.8);
  transition: all 0.5s;
}

#container{
  width: 100%;
  text-align: center;
}

footer {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, -50%);
}

a {
  text-decoration: none;
  color: #4fef7d;
}

a:visited{
  color: #4fef7d;
}

.red {
  color: red;
}

.lime {
  color: lime;
}