body {
    font-family: 'Raleway', sans-serif;
}

.audio-list {
    list-style: none;
    padding: 0;
}

.audio-item {
    padding: 15px;
    border: 1px solid #ccc;
    background: #f8f9fa;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

button {
    padding: 8px 15px;
    background-color: #1b2733;
    border: none;
    color: white;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
}

.audio-item button {
    border-radius: 5px;
}

.audio-item {
    padding: 10px 35px;
    border: 1px solid #ccc;
    background: linear-gradient(45deg, #00000000, #0645b912);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    text-transform: none;
    font-size: 12px;
}

.audio-item span {
    text-transform: uppercase;
}

audio.mx-2 {
    height: 34px;
}

div#result {
    background: #dbffdd;
}