form {
    border: 1px solid #ccc;
    padding: 20px;
    max-width: 600px;
    background: #f9f9f9;
    border-radius: 10px;
    margin-bottom: 40px;
}

form p {
    margin-bottom: 15px;
}

.uploaded-track {
    padding: 10px;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
}

#track-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

#track-list li {
    background: #f3f3f3;
    padding: 12px;
    margin-bottom: 10px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

#track-list .track-duration {
    font-weight: bold;
    color: #666;
    margin-top: 5px;
}
