html, body { 
margin: 0;
padding: 0;
}

.header{
	margin-top: 30px;
	margin-left: 50px;
	font-family: 'Roboto', sans-serif;
	position: absolute;
}

.topImage{
	margin: auto;
	display: block;
	max-width: 800px;
}

.topImage p{
	position: relative;
	margin-left: 18px;
	line-height: 1.5;
	font-size: 1em;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}

.topImage img{
	padding-bottom: 60px;
}



.topImage a{
	text-decoration: underline;
	color: black;

}

audio{
    margin-left: 480px;
    margin-top: -20px;
}

.text{
	max-width: 700px;
	line-height: 1.4;
	font-size: 1em;
	font-weight: 400;
	color:black;
	font-family: 'Roboto', sans-serif;
	margin-top: -60px;
	margin-left: 18px;
	margin-bottom: 100px;
}






