body {
  background: linear-gradient(180deg, rgba(185,168,255,1) 0%, rgba(253,226,255,1) 100%);
}
h2 {
  font-family: 'Segoe UI Semibold', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 60px;
  color: white;
}
a {
  text-decoration: none;
  color: white;
}

.button {
  background-color: rgb(30, 215, 96);
  color: black;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  text-align: center;
  border: none;
  padding: 10px;
}

.lg-icon {
  height: 216px;
  width: 216px;
  padding-left: 75px;
}
#flexbox {
  display: flex;
  justify-content: space-around;
  margin: 30vh 0;
  flex-wrap: wrap;
}

#songList {
  display: flex;
  /*margin-top: 30vh;*/
  flex-wrap: wrap;
  
}
#songForm {
  margin-top: 40vh;
  margin-left: 40vw;
}

.inputBox {
  margin: 10px;
}

.songInfo {
  margin: 20px;
}

.songTile {
  width: 6vw;
  height: auto;
}

#playlistList {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}


.playlistTile {
  height: 300px;
  width: 300px;
}

.link {
  cursor: pointer;
}

/*END OF MY WORK*/
