body{
    background-image:linear-gradient(peachpuff, indianred);
    background-repeat: no-repeat;
	height:115vh;
}
h1{
    color: white;
    font-family: 'Playfair Display SC', serif;
	text-shadow: 7px 7px 9px #AA6C39;
    font-size: 5em;
    margin-top: 50px;
    margin-left: 130px;
  
}
p.desc{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.3em;
    text-align: justify;
    color: white;
    margin-top: -30px;
    margin-left: 130px;
    margin-right: 130px;
}
p.info{
    font-family: 'Noto Serif', serif;
    font-size: 1.3em;
    color: white;
    margin-left: 140px;
    line-height: -100px;
    line-height: 8px;
}
p.info1{
    color: white;
    font-family: 'Playfair Display SC', serif;
	text-shadow: 7px 7px 9px #AA6C39;
    font-size: 1.5em;
    margin-top: -15px;
    margin-left: 140px;
}
p.back{
    color: white;
    font-family: "Arial Black";
    font-size: 1.5em;
    margin-left: 50px;
    letter-spacing: 1em;
}
.audio{
    margin-left: 1050px;
    margin-bottom: -140px;
    width: 300px;
    height:50px;
}
a:link{color:white;text-decoration: none;}
a:visited{color: gray; text-decoration: none;}
a:hover{color:maroon; cursor: hand  ; text-decoration: none; }
a:active{color:#966F33;  font-weight: bold;}