body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #00DBCC;
	color: white;
	text-align: center;
}

main {
	border: 1px solid #ffffff;
	border-radius: 15px;
	background: rgba(0, 0, 0, 0.6);
	padding: 50px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	margin: 0 auto;
	max-width: 400px;
	width: 100%;
}

.imageLogo img {
	border-radius: 10px;
	width: 70%;
	height: auto;
	margin-bottom: 15px;
}

.name h1 {
	font-size: 2.5em;
	margin: 0;
	padding: 10px 0;
}

.links ul {
	list-style-type: none;
	padding: 0;
}

.links li a {
	color: white;
	display: block;
	background-color: #ff4081;
	text-decoration: none;
	border-radius: 5px;
	width: 10em;
	height: 1.5em;
	margin: 15px auto;
	padding: 10px;
	transition: 1s;
}

.links li a:hover {
	color: white;
	background-color: #c50243;
}

.linkINS:hover {
	color: red;
	transition: all 0.75s;
}

/*
#ff4081
#e91e63
*/

/*Estilos de la paginas de error*/

.bodyForbidden {
	font-family: 'Geometry Soft Pro Bold N', sans-serif;
	background-color: #00DBCC;
	color: white;
}

.bodyForbidden a {
	color: white;
	display: block;
	background-color: #ff4081;
	text-decoration: none;
	border-radius: 5px;
	width: 10em;
	height: 1.5em;
	margin: 15px auto;
	padding: 10px;
	transition: 1s;
}

.bodyForbidden a:hover {
	color: white;
	background-color: #c50243;
}

.finalForbiScreen {
	background-color: #2b476e;
	text-align: center;
	font-size: 30px;
	width: 55%;
	height: 50%;
	border-radius: 20px;
	border-color: #F18D1F;
	margin: 9.5em auto;
	padding: 20px;
	box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.2);
}

/*Estilos del footer de la pagina index.php*/

footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	color: white;
	text-align: center;
	padding: 10px 0;
	margin-top: 30px;
}

#cookie_banner {
	position: fixed;
	bottom: 10px;
	border-radius: 20px;
	right: 10px;
	background-color: rgba(0, 0, 0, 0.6);
	font-size: 16px;
	color: white;
	padding: 10px;
	width: 300px;
	text-align: center;
}

#cookie_banner button {
	display: none;
}
