*{box-sizing: border-box; margin: 0; padding: 0;}


body {
    font-family: monospace;
    background-color: lightgrey;
}

header {
	text-align: center;

}
header h1 a {
    text-decoration: none;
    color: black;
}

nav {
	display: flex;
	justify-content: center;
}

nav ul{
	margin: 0;
	padding: 0;
}

nav ul li {
	font-size: 1.2rem;
    display: inline-block;
    padding: 1rem;
    color: black;
    
}

nav ul li a {
     text-decoration: none;
    color: black; 
}


article {
    text-align: center;
}

footer {
    text-align: center;
    margin: 2rem;
    background-color: dimgrey;
}
/* clases */

.jisus {
    max-width: 1800px;
    display: flex;
    justify-content: center;
    margin: 2rem;
}

.companeros {
    width: 100%;
    flex-flow: row wrap;
    display: flex;
   justify-content: space-around;
    margin: 3rem;
    
}
