.audio_plus {
    position: absolute;
    top: 400px;
    width: 800px;
    height: 2000px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.audio_minus{
    position: absolute;
    top: 400px;
    left: 1000px;
    width: 800px;
    height: 2000px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.audio0 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.muz0 {
    position: absolute;
    top: 40px;
    left: 600px;
    width: 500px;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
}

.muz1 {
    position: absolute;
    top: 220px;
    left: 100px;
    width: 500px;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
}

.muz2{
    position: absolute;
    top: 220px;
    left: 1100px;
    width: 500px;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
}
.text {
    width: 500px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    display: flex;
    align-items: center;
}

.download {
    width: 50px;
    height: 50px;
    background: url("img/download.png");
}

.download:hover {
    cursor: pointer;
    transform: scale(1.03);
}

.download:active {
    transform: scale(0.95);
}