* {
  margin: 0px;
}

#now_playing_track {
  color: #ffffff;
  line-height: 1.1;
  font-size: large;
}
#now_playing_artist{
  font-size: x-small;
  line-height: 1.2;
  color: #ffffffb2;
}
#container {
  background-image: linear-gradient(to top, rgb(230, 142, 10) , rgb(211, 118, 30));
  background-size: cover, auto;
}
#text_top {
  border-right: 0.5rem solid #0df192;
}
#headline {
  font-size: xx-large;
  padding: 1;
  margin: 0;
  font-size:large;
  font-weight: 550;
}
#headline-sub {
  font-weight: 500;
  font-size:large;
}
#region {
  font-size: medium;
  font-weight: 300;
}
#headline,
#headline-sub,
#region {
  line-height: 1.5;
  color: rgb(252, 222, 222);
}
#player_body {
  background-color: rgb(1, 18, 36);
  border-radius: 1rem;
  min-height: 150px;
  backdrop-filter: (1px);
}
#now_playing_title {
  color: #0df192;
  font-size: LARGE;
  font-weight: 400;
  line-height: 1;
}
#whatsapp-share-btn{
  color: white;
  background-color: #128c7e;
 
  border: #0df192;
  padding: 15px;
  border-radius: 10px;
  /* box-shadow: 2px 2px 5px ; */
}

#whatsapp-share-btn:hover{
  background-color: #03613a;
}
#whatsapp-share-btn:active{
  background-color: #057245;
}