/* global styling for audio players and page layout */
/* ensures audio controls are responsive and not clipped */
audio {
    width: 100%;
    max-width: 400px;
    height: auto;
    min-height: 40px;
    max-height: 80px;
    display: block;
}

body {
    margin: 0;
    padding: 0 4px;
    overflow-x: hidden;
}
