@import url('https://fonts.googleapis.com/css?family=Montserrat');
*{margin: 0;}

header{background: url(../img/fondo.gif);
       background-size:cover;
       padding: 03rem; 
}

body{ text-align: center;
      background: #c9ffff;
      font-family: 'Montserrat', sans-serif;
      color: black;
}

h6 { text-align: center; 
     color: darkorange; 
     font-size: 2rem;
}

h1 { text-align: center; 
     font-size: 10rem; 
     color: #ffffff;
     font-family: 'Montserrat', sans-serif; 
     font-weight: 800;
}

h2 { text-align: center; 
     font-size: 2.5rem; 
     font-family: 'Montserrat', sans-serif; 
     font-weight: 600; 
     color: #b1b1b1; 
     margin-right: 25px;
     margin-top: 25px; 
}

h3{ text-align: center;
    font-size: 1rem;
    color: #e55eb1; 
    margin-top: 35px; 
    margin-bottom: -15px; 
    font-family: 'Montserrat', sans-serif;
}

h4 a { text-decoration-line: none; 
       text-align: center;
       font-size: 0.80rem; 
       color: #a85db2; 
       margin: 30rem;
}

h5 { margin-top: 3rem;
     margin-bottom: 2rem;
     color: #e55eb1;
     font-size: 0.80rem;
     font-family: 'Montserrat', sans-serif;
     font-weight: 400;
     line-height: 1.2rem;
}

article h5{
    margin align-items: center;
    padding: 0.2rem;
}

h6 { 
    margin-top: 4rem;
    margin-bottom: 4rem;
    color: |;
    font-size: 0.80rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: lighter;
    line-height: 1.5;
    }

article h6 {
    margin align-items: center;
    padding: 0.2rem;
    color: #c67154;
    font-family: 'Montserrat', sans-serif;  
    margin: 1rem 2rem 1rem 2rem;
}

img{
    image-orientation: center;
    margin-top: 2rem;
    border-radius: 53rem;
}


nav ul { 
    list-style-type: none;
    margin: 0;
    padding: 12px;
    overflow: hidden;
    background: linear-gradient(to right, #ffa8cd ,#d5a3fa);
    text-align: center;
}

nav ul li  { 
    text-align: center; 
    display: inline-block;
}

li a {
    display: inline;
    color: white;
    text-align: center;
    padding: 1rem 2rem 1rem 2rem;
    text-decoration: none; }

li a:hover { 
    background-color: #e82a9f;
}
}


div { width:30% }


footer {
     color: white; 
     font-family: arial, sans-serif; 
     font-weight: 200; 
     font-size: 0.7rem; 
     background: linear-gradient(to right, #ffa8cd ,#d5a3fa); 
     padding: 13px; 
     display: inline-block;
}

h7 { 
    text-align: center;
}
 
