.container {
    width: 500px;
    margin: auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px #ff0b55;
}

img {
    width: 100%;
    border-radius: 10px;
}

.price { 
    font-size: 20px;
    margin-top: 10px;
    font-weight: bold;
}

audio {
    width: 100%;
    margin-top: 15px;
}

#audioPlayer {
    width: 100%;
    margin-top: 15px;
    filter: invert(1) hue-rotate(180deg);
}

.identification {
    text-align: center;
    margin-bottom: 10px;
}
