@import url('https://fonts.googleapis.com/css?family=Playfair+Display');

.nombre {font-family: "Oswald"; line-height: 0.5rem; }

body {
    
    background: rgb(189, 166, 204); color: #fff;}

html {font-size: 16px; 
    text-decoration: none; 
    list-style-type: none; 
    margin: 0; 
    font-family:'Sunflower', sans-serif;
}

h1 {margin: 1rem;}

ul li a {text-decoration:none; color: white; font-size: 13px;}

nav ul li a:hover { 
                    background: rgb (75,32,135);
                    color: #fff;
                    display: block;
                    padding: 0.2rem;}






h2 { 
    text-align: center; 
    margin: 2rem; font-kerning: 50rem;
    margin-bottom: 2rem;
    letter-spacing: 0.2rem;}
article { padding: 1rem; margin: 2rem; text-align:inherit;}


img { border-radius: 30rem; display: block; margin: auto; border: solid 4px white; }

h3 {text-align: center; margin: 2rem}
h4 {margin: 3rem; font-size: 18px; font-family:"Oswald"; letter-spacing: 0.1rem; }
article{ text-decoration: none;  }
h5 {font-size: 15.5px; margin-top: 0.2rem;}

.datos {
    display: flex; 
    justify-content: space-around;
    background-color: rgb(87, 31, 133);
    color: rgb(189, 166, 204);
    border-radius: 0.4rem;}

footer {margin: 1rem; font-size: 12px; text-align: center;}
