#comunicarelogo {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#comunicarelogo img {
	width: 255px;
	margin: 10px;
}

.intro h1 {
	font-family: "Chewy", serif;
	font-weight: 400;
	font-style: normal;
	color: #009FE3;
}

.intro h1, .intro p {
	text-align: center;
}

/* Countdown */
.countdown p {
	text-align: center;
}

#clock {
	font-weight: bold;
	font-size: 2em;
	padding: 5px;
	background-color: #fff;
	border-radius: 50%;
	filter: drop-shadow(7px 7px 0 lightblue);
}

/* --- Fine Countdown */