<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background-color: black;
  color: white;
  background-position:50% 0%;
  background-attachment:fixed;
  font-family: Apple Chancery, cursive;
  text-align: center;
  padding: 0;
  cursor: url(images/epÃ©.png), auto;
}

h1 {
  font-size: 60px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 30px;
  margin-bottom: 0;
}


.bouton{
color: white;
cursor: url(images/epÃ©.png), auto;
background-image:url(images/6.png);
display: inline-block;
border: solid 5px red;
padding: 20px;
}

audio{
	display: inline-block;
    border: solid 5px red;
    padding: 30px;
	background-image:url(images/6.png);
	width:50%;
}	</pre></body></html>