/* Estilos generales */
body {
	background-color: #000;
	color: #ccc;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
}

a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

a:hover {
	border-bottom: none;
}

/* Estilos para el encabezado */
header {
	background-color: #333;
	color: #fff;
	padding: 20px;
	text-align: center;
}

/* Estilos para el contenido principal */
main {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 20px;
}

.contenedor {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.prohibido {
	width: 100%;
	max-width: 200px;
	margin-left: auto;
	margin-right: 0;
	order: 2;
}

.prohibido img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.texto-principal {
	width: 100%;
	max-width: 400px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	font-size: 18px;
}

.texto-principal p {
	margin: 0 0 10px;
}

/* Estilos para el pie de página */
footer {
	background-color: #222;
	color: #fff;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.logo {
	width: 200px;
}

.logo img {
	width: 80%;
	height: auto;
	border-radius: 10px;
}

.contacto {
	text-align: right;
}

.contacto p {
	margin
}

.creditos {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ccc;
	font
	
}

.icon-container {
  font-size: 6rem;
}