/* ~~~~~~~~~~~ GENERAL ~~~~~~~~~~~~~~ */

body{
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* ~~~~~~~~~~~ ADDING AREA ~~~~~~~~~~~~~~ */

#link-playlist{
    height: 30px;
    width: 600px;
    border-radius: 8px;
    margin-bottom: 15px;
    padding-left: 5px;
}

#add-playlist{
    height: 34px;
    width: 100px;
    cursor: pointer;
}

#category{
    height: 34px;
    width: 100px;
    cursor: pointer;
}

/* ~~~~~~~~~~~ ALL PLAYLIST ~~~~~~~~~~~~~~ */

#all-playlist{
    display: flex;
    justify-content: space-around;
    width: 1200px;
    flex-wrap: wrap;
}

iframe {
    margin: 15px;
}