@font-face {
	font-family: 'Comic Sans alternativa';
	src: url('../fonts/comic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.contenedor {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 89vh;
}

h4 {
	font-family: "Comic Sans MS", "Comic Sans alternativa";
	font-weight: normal;
	padding: 0px;
	font-size: 1.5vh;
}

.contenedor2 {
	display: grid;
	place-items: center;
}

footer {
	height: 5vh;
}

button {
	font-family: "Comic Sans MS", "Comic Sans alternativa";
	text-align: center;
	width: 25vh;
	height: 10vh;
	font-size: 4.5vh;
	border-radius: 20px;
}

.boymoder {
	height: 10vh;
}

.coolsection {
	display: flex;
	gap: 15px;
}
