body {
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	text-align:center;
	margin:0
}
h1, h2{font-family: 'Chilanka', cursive;}
h1{font-size: 60px; color:white}
h2{font-size: 40px; color:yellow}
.videoYoutube{border-radius: 50px; margin:50px 0}
.descriptionYoutube, .tagsYoutube{max-width:720px; width:100%; margin: 0 auto; white-space: pre-wrap; color:white; font-size:20px; font-family: verdana}
footer{height: 60px; width: 100%; background: black; line-height: 60px; vertical-align: middle; color:white; margin-top: 50px}
footer p{color:white; margin:0}
footer a,.descriptionYoutube a{color:yellow}
.videoYoutube iframe{border-radius: 30px; box-shadow: 0 0 50px rgba(0,0,0,0.5); width:100%; max-width:720px;}
button{max-width:90%;cursor: pointer;font-size: 26px; line-height:67px;margin: 10px auto 20px; display: inline-block; width: 350px; height: 60px; border-radius: 30px; border: none;  color: white; background: #0088ff; font-family: 'Chilanka', cursive;}
.descriptionYoutube{word-wrap: break-word;}	
#cookiefirst-policy-page, .ml-container{max-width: 1080px; width: 95%; margin: 0 auto;}  
#cookiefirst-policy-page button{font-size:20px!important; margin:5px}	

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

@media (max-width: 720px) {
	.videoYoutube iframe{height:350px!important}
	h1{font-size: 50px;}
	h2{font-size: 34px;}
	button{font-size:24px}
	body{padding:10px}

}
@media (max-width: 500px) {
	.videoYoutube iframe{height:255px!important}
	h1{font-size: 44px;}
	h2{font-size: 30px;}
	body{padding:5px}
	button{font-size:22px}
}