/* yon.css */
body {
    font-family: Arial, sans-serif;
    color: white;
    justify-content: left;
    align-items: left;
    text-align: left;
    max-width: 800px;
background: url(http://davidloscher.info/background/20.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	  
}



#box { position: fixed;   
       height: auto; width: 377px;    
       left: 0px; top: 20px; }   

#blog {
    padding-left: 400px;
    height: 10px; width: 500px;  
}


#waveform {
    width: 500px;
    height: 128px;
    margin: 5px 0;
       max-width: 500px;
}

ul {
    list-style-type: none;
    padding: 0;
    margin-top: 20px;
    width: 500px;
}

li {
    cursor: pointer;
    padding: 10px;
    margin: 5px 0;
    background-color: black;
    border-radius: 5px;
    transition: background-color 0.3s;
    width: 160px;
}

li:hover {
	background-color: green;
}

li.active {
    background-color: black;
}

audio {
    width: 500px;
    margin-top: 20px;
}
