*{
    font-family: 'Montserrat';
    box-sizing: border-box;
    text-decoration: none;
    background-color: black;
    color: white;
}
.header{
	padding: 5px;
	width: 100%;
	height: 130px;
	border: 1px solid blueviolet;
	border-radius: 3px;
	text-align: center;
	vertical-align: middle;
}
.header p{
/*	margin-top: 5%;*/

}
.header h1{
	font-size: 16px;
	font-weight: bold;
}
main{
/*	margin-top: 3px;*/
	padding: 5px;
	width: 100%;
	height: 1800px;
	border: 1px solid black;
	border-radius: 3px;
	text-align: center;
}
.TriumphPic{
	margin-top: 25px;
	border: 1px solid blueviolet;
}
.TriumphPic p{
	text-align: center;
}
.TriumphPic img{
	display: block;
  	margin-left: auto;
 	margin-right: auto;
/*  	width: 50%;*/
}
audio{
	display: block;
  	margin-left: auto;
 	margin-right: auto;
/*  	width: 50%;*/
}
button{
	display: block;
  	margin-left: auto;
 	margin-right: auto;
 	margin-top: 10px;
 	margin-bottom: 4PX;
}
details{
	margin-bottom: 10px;
}
.MacheriePic{
	border: 1px solid blueviolet;
}
.video{
	border: 1px solid blueviolet;
}