body {
    margin: 20px;
    background-color: hsl(205, 51%, 66%);
    line-height: .97;
}

h1 {
    font-family: 'times new roman', serif, 'helvetica', 'snell roundhand';
    /* 'Xanh Mono', cursive, */
    font-weight: 100;
    font-style: italic;
    font-size: 30px;
    /* text-transform: capitalize; */
    width: 400px;
    color: hsl(205, 51%, 66%);
}

a {
    color: #e86063;
    font-family: 'Xanh Mono', serif;
    font-style: italic;
}

.box {
    background-color: #e86063;
    box-shadow: 0px 0px 35px 35px #e86063;
    margin: 15px;
}

#title {
    position: absolute;
    left: 50px;
    top: 50px;
    width: 375px;
}

#player {
    position: absolute;
    top: 250px;
    left: 50px;
    border-radius: 50% !important;
    font-size: 20px !important;
}

#disclaimer {
    position: fixed;
    right: 50px;
    bottom: 30px;
    width: 300px;
    font-family: 'helvetica', 'snell roundhand';
    color: #e86063;
    text-align: justify;
}


/*
*style audio tag
*/

#mep_1 {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
}

.mejs-container {
    background-color: #e86063;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
}

span {
    display: none;
}

#mep_0 {
    display: none;
}

.mejs-container .mejs-controls div {
    /* play button */
    height: 100%;
    width: 10px;
}

.mejs-controls .mejs-button button {
    margin: 0;
    padding: 0;
    position: relative;
    height: 100%;
    width: 100%;
    border: 0 !important;
    background: transparent;
    outline: none;
}

.mejs-controls .mejs-play:after {
    position: absolute;
    content: "▷";
    width: 17px;
    height: 22px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    color: hsl(205, 51%, 66%);
}

.mejs-controls .mejs-pause:after {
    position: absolute;
    content: "▢";
    width: 17px;
    height: 22px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    color: hsl(205, 51%, 66%);
}