	@media (min-width:320px)  { 
		/* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
		
			}
		 }
		@media (min-width:480px)  { 
		/* smartphones, Android phones, landscape iPhone */ 
		}
		@media (min-width:600px)  { 
		/* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ 
		}
		@media (min-width:801px)  { 
		/* tablet, landscape iPad, lo-res laptops ands desktops */ 
		}
		/* Small Devices, Tablets */
		@media only screen and (min-width : 768px) {

		}

		/* Medium Devices, Desktops */
		@media only screen and (min-width : 992px) {

		}
		@media (min-width:1025px) { 
		/* big landscape tablets, laptops, and desktops */ 
		}
		@media (min-width:1281px) { 
		/* hi-res laptops and desktops */ 
		}

		body {
			font-family: Perpetua;
			font-size: 30px;
			background-color: white;	
		}
		header {
			padding: 30px 20px;
			background-color: transparent;
			
			z-index: 1000;
			top: 0;
			position: fixed;
		}
		.container {
			display: flex;
			justify-content: space-between;
		}
		.container p {
			margin: 0;
		}
		nav ul {
			list-style-type: none;
			margin: 0;
			display: flex;
			gap: 20px;
		}
		nav a {
			text-decoration: none;
			color: black;
			font-size: 20px;
		}
		nav a:hover {
			color: gray;
		}
		
		h1, h3
		{
		padding-top:120px;
		text-align: center;
		}
		img{
		padding-top:70px;
		max-width: 1000px; /* Ajusta el tamaño de la imagen si lo necesitas */
		height: auto;
		display: block;
		margin: 0 auto;
		
		}
		p
		{
		text-align:justify;
		margin-left:10%;
		margin-right: 10%;
		}
	}
	