body {
    color: #ffcc99;
    background-color: #000000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
}
hr {
    border-color: #ffcc99;
}
a:link, a:visited, a:active {
    color: #ffcc99;
}
#playButton {
    font-size: 48px;
    padding: 10px;
    color: #ffcc99;
    background-color: #000000;
    border: 2px solid #ffcc99;
}
.audio-title {
    font-size: 20px;
    color: #ffcc99;
    cursor: pointer;
}
.button-text {
    display: block;
    width: 150px;
    color: #ffcc99;
}
