.audio {
    background-image: url('./assets/audio.png');
    width: 3.125vw;
    height: 5.555555555555555vh;
    background-size: contain;
    background-color: transparent;
    border: transparent;
    background-repeat: no-repeat;
    cursor: pointer;
}

.menuC {
    display: flex;
    flex-direction: row;
}