

h1 a{text-decoration:none;
	color:#0B0422}

h1 a:hover {background-color: #0B243B;
			color: white;}


.chicas p { list-style-type: none; 
            display: inline-block;}

.chicas p a { list-style-type: none; 
    color: white;
            text-decoration:none;}

h2{color: #241F4B;
	display: flex; 
    text-align: center; 
	justify-content: space-around;}

h3 {color: black}

body {	font-family: 'K2D', sans-serif;; 
	text-align: center; 
	background-image: url("fondo.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;}

section{ text-align: center;
		 width: 100%;
		 height: 40%;
		 display: flex; 
		 padding: 1rem;
		 justify-content: space-around; }

section article{text-align: center; 
	width: 40%; 
	height: 95%; 
	margin: 1rem; 
	padding: 0.5rem; }

section article:hover {background-color: #0B243B;
    border-radius: 25px;}

aside {display: flex; 
	justify-content: space-around;}

h4 a{text-decoration:none;
color: #0B0422;} 
h4 a:hover {background-color: #0B243B;
			color: white;}
.texto {color: #585858;}