body {
    background-image:url("../images/WallPapers.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
   
}

ul,li, h3, p,  h1  {
    color: white;
}

.container {
    background-color: rgba(102, 0, 0, 0.8);
}
h1 {
    text-align: center;   
}

audio {
    	
        width:10%;
        height:20px;
    }

p { 

font-size: 20pt

}