@import url('https://fonts.googleapis.com/css?family=Mansalva|Quicksand:300,400&display=swap');
    
body {
    font-family: "Quicksand", sans-serif;
}    

main {
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
}

header {background-color: beige}
header .contenedor {
    max-width: 115rem;
    margin: auto;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
}
nav {
    width: 100%;
    margin-left: 1em;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
}

nav ul li a {
    text-decoration: none;
    color: black;
    display: block;
    text-align: center;
    padding: .25em .5em;
}
a:hover {text-decoration: underline}
footer {
    background-color: beige;
    font-size: 11px;
}

footer .contenedor {
    max-width: 115rem;
    margin: auto;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
}

body 
{background-color: rgba(230, 0, 0, 0.17)}

*{box-sizing: border-box}
a {text-decoration: none; color: black;}

h1 {
    display: flex;
    justify-content: center;
    font-family: Mansalva, sans-serif;
    font-weight: 400;
    font-size: 2em;
    margin: auto;
}

main article h3 {
    display: flex;
    justify-content: center;
    font-size: 1em;
    font-weight: 300;
}

h3 {
    font-size: 1.5em;
    text-align: center;
    margin: auto;
}

h4 {
    font-weight: 300;
    text-align: center;
}

main ul li {
    font-weight: 300;
}

ul li {
    font-weight: 300;
    text-align: center;
    list-style: none;
}

/* DISEÑO FOTO */

#sofia {
    margin: 10px;
    width: 100%;
    height: 75%;
    border-radius: 200px;
    border: 2px solid #000000;
    box-shadow: .5em .5em .5em rgba(42, 42, 42, 0.53);
}

@media screen and (min-width: 780px) and (max-width: 1024px){
    
}

@media screen and (min-width: 480px) and (max-width: 780px){
    
}

@media screen and (max-width: 480px) {
    
}

