@font-face {
	font-family: "AldotheApache";
	src: url("https://fonts.ducknet.fr/aldotheapache-webfont.woff") format("woff");
}

@font-face {
	font-family: "EHSMB";
	src: url("https://fonts.ducknet.fr/EHSMB.woff") format("woff");
}

h1 {
    background-color: #800080;
    background: linear-gradient(90deg, rgba(128, 0, 128, 1) 0%, rgba(164, 4, 72, 1) 35%, rgba(191, 0, 65, 1) 68%, rgba(255, 0, 0, 1) 100%);
    color: #fff;
    /* text-shadow: 0px 0px 12px #4c0091; */
    font-family: "AldotheApache";
    font-size: 2.5rem;

}

p {
	margin-top:1rem;
	margin-bottom:1rem;
}
/*h1:before {
	content: "";
	display: inline-block;
	width: 120px;
	height: 6px;
	background: #d300cb;
	box-shadow: 2px 2px 2px chartreuse;
	margin-right: 10px;
	margin-bottom: 12px;
	position: inherit;
	box-shadow: 0px 0px 12px #4c0091;
}
h1:after {
	content: "";
	display: inline-block;
	width: 120px;
	height: 6px;
	background: #d300cb;
	box-shadow: 2px 2px 2px chartreuse;
	margin-left: 10px;
	margin-bottom: 12px;
	position: inherit;
	box-shadow: 0px 0px 12px #4c0091;
}*/
