#song-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.music-button {
    background-color: #eba0ac;
    color: black;
    text-decoration: bold;
    padding: 5px;
    font-size: 15px;
    margin: 4px 2px;
    cursor: pointer;
}
.music-button:disabled {
    background-color: #999;
    color: #666;
    cursor: not-allowed;
}
