@font-face {
    font-family: 'neue-geo-caps';
    src: url('fonts/helvetica-neue-lt-geo-55-roman-caps.ttf');
}

.neue {
    font-family: 'neue-geo-caps';
}

@font-face {
    font-family: 'helvetica';
    src: url('fonts/Helvetica.otf');
}

.helvetica {
    font-family: 'helvetica';
}

audio::-webkit-media-controls-enclosure {
    border-radius: 0;
}

h5{
    font-size:1rem;
}