.truncate {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-img-top {
  width: 100%;
  height: 10vw;
  margin: 10px;
  object-fit: contain;
  object-position: center;
}

body {
  font-family: 'M PLUS 1p', sans-serif;
}

.move-to-right-button {
  width: 100%
}

.playlist-name {
  margin-bottom: 18px;
}

#list2-screen1 .selected {
  background-color: black;
}
#list2-screen2 .selected {
  background-color: black;
}

#list2-screen3 .selected {
  background-color: black;
}

#list2-screen4 .selected {
  background-color: black;
}


.delete-btn {
  float: right;
  margin-left: 10px; 
  border: none; 
  background-color: rgba(255, 255, 255, 0); 
  color: #ffffff; 
  cursor: pointer; 
  font-size: 15px; /* 글자 크기 설정 */
}