@font-face {
    font-family: 
}


#header {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: green;
    color: white;
    padding: 10px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
}

.box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: lightgray;
    padding: 20px;
    margin: 20px;
    border-radius: 10px;
    margin-left : 25%;
    margin-right: 25%;
}

.playlist-cover {
    width: 200px;
    height: 200px;
}