header{
background-image: url("imginfo.jpeg");
font-family:Garamond,sans-serif;
	padding: 0.1em;
	font-size: 30px;
	text-align: justify;
	background-size: 100%;
}
h1{
	font-size: 30px;
	font-family: Times 'Times New Roman';
	color: green;
	text-shadow:-1px 0 black, 1px 0 black, 0 -1px black;
	
}
h4{
	font-size: 30px;
	font-family: Times 'Times New Roman';
	color: red;
	text-shadow:-1px 0 black, 1px 0 black, 0 -1px black;
	text-align: justify;
}
h3{
	font-size: 30px;
	font-family: Times 'Times New Roman';
	color: green;
	text-shadow:-1px 0 black, 1px 0 black, 0 -1px black;
	text-align: justify;
}	
.caja{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}
p{
	font-family: Arial;
	color: white;
	text-shadow:-1px 0 black, 1px 0 black, 0 -1px black;
	text-align: justify;
}
body{
	background-color: black;
	border: 1px solid green;
	border-radius: 10px;
	border-width: 5px;
	border-style: dashed;
	text-align: justify;
	
}
ul {
	font-family: Berlin Sans FB Demi;
	list-style-type:none;
	margin:0;
	padding:0;
	display:flex;
	flex-direction: row;
}
li { flex-grow: 1; }
a {
	background: linear-gradient(90deg, #22c55e, #dc2626);
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 20px;
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}
footer{
	background-image: url("imginfo.jpeg");
	font-family:Garamond,sans-serif;
	padding: 0.1em;
	font-size: 30px;
	text-align: justify;

}

