@import 'https://fonts.googleapis.com/css?family=Open+Sans';
@import 'https://fonts.googleapis.com/css?family=Sigmar+One';

body {
    background-image: url("fondo1.jpg")
}

nav div {
    padding: 1rem;
    margin: 1rem;
    font-family: "sigmar one"; 
    font-weight: 300;
    font-size: 2,5em;
    text-align: center;
    height: 3rem;
    border-width: inherit;
    background-color: #E8E2D7;
    border-radius: 3%;
    box-sizing: border-box
}
a { 
    color: #454D5D;
}
main { 
    background-color: #E8E2D7;
    border-radius: 1%;
    box-sizing: border-box;
    width: 65%;
    text-align: center;
    margin: auto;
    border-radius: 3%;
    margin-bottom: 2rem;
    } 
h2 {
    color: #454D5D;
    font-family: "sigmar one"; 
    font-weight: 600;   
    text-align: center;
    margin: 2rem;
    padding: 1rem;
    font-size: 40px;
}
h3 { 
    color: #94C0A7;
    font-family: "sigmar one";
    font-weight: 500;
    font-size: 30px;
}
p { 
    color: #454D5D;
    font-family: "open sans";
    font-size: 14px;
    margin: 1.5rem;
    padding: 1.5rem
}

main section img { 
    border-style: solid;
    border-color: #94C0A7;
    border-radius: 60%;
}
footer {
    background-color: #94C0A7;
    font-family: "open sans";
    font-weight: 300;
    font-size: 0.7rem;
    border-radius: 1%;
    box-sizing: border-box;
    width: 65%;
    height: 805%;
    text-align: center;
    margin: auto;
    padding: auto;       
}
