*{
  padding:0;
  margin:0;
}

body{
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

  margin: 1em;
  
}

#play_link{
  width: 50%;
  padding: .25em;
}

#btn-search{
  padding:.5%;
  margin: 1% 0;
  border-radius: 10%;
  outline:none;
  cursor:pointer;
}

table thead{
  font-weight: bold;
  text-align: center;
}

#download-btn{
  border:2px solid black;
  padding:4%;
  border-radius:5%;
  font-weight: 550;
  background-color: rgb(120, 238, 120);
  cursor: pointer;
  text-decoration: none;
  color:black;
}

#table-row{
  line-height: 3em;
}

#playlistDetails{
  line-height: 3em;
  margin-bottom: 1%;
}

.gitIcon {
  position: absolute;
  top: 1%;
  right: 1%;
  font-size: 1.5rem;
}
.gitIcon a {
  color: black;
  cursor: pointer;
}
