body{
    background-image: linear-gradient(peachpuff, indianred);
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
h1{
    color: white;
    font-family: 'Playfair Display SC', serif;
    margin-left: 130px;
    font-size: 3em;
    letter-spacing: 0.5em;
    text-shadow: 7px 7px 9px #AA6C39;
}

h2 {
	color: white;
    font-family: 'Playfair Display SC', serif;
    margin-left: 130px;
    font-size: 3em;
    letter-spacing: 0.5em;
    text-shadow: 7px 7px 9px #AA6C39;
	text-align: center;
}

h5{
	color: white;
    font-family: 'Playfair Display SC', serif;
    margin-left: 130px;
    font-size: 2m;
    letter-spacing: 0.5em;
    text-shadow: 7px 7px 9px #AA6C39;
	text-align: center;
}

.video{
    margin-top: -30px;
    margin-left: 100px;
	text-align: center;
}

a.back:link{
    color: #954535;
    border: 3px groove #EDC9AF;
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 3px;
    border-bottom: -1000px;
    margin-left: 20px;
}
a.back:visited{
    color: #704214;
}
a.back:hover{
    color: beige;
    background-color:#704214 ;
    border-color:#704214 ;
}
p{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: justify;
	right:11%;
    color: white;
    font-style: italic;
    line-height: 30px;
	margin: 30px;
}