@import url(https://fr.allfont.net/allfont.css?fonts=comic-sans-ms);

h1, h2, h3, h4, h5, h6, p, p2, button, a, li{
 font-family: 'Comic Sans MS', arial !important;
 
}



body {
	background: linear-gradient(-45deg,  #ff2424, #c329e2, #1683ff);
	background-size: 200% 200%;
	animation: gradient 2s ease infinite;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}






