html, body{
    width: 100%;
    font-family: "Open Sans";
}

#header{
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    margin: 1rem;
}

.input{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 1rem;
}

#playlistid{
    width: 50%;
}

.status{
    text-transform: capitalize;
}

button:disabled{
    cursor: not-allowed;
}