@charset "utf-8";

/*reglas de index.html*/

/*contenido total*/

body {
    font-family: sans-serif;
    color: black;
    background-color:#e5b9f8;
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
    text-align: center;
    list-style: none;
}

/*títulos*/


main h1{
    color:#7a08ad;
}
main h2{
    color:#7a08ad;
    
}

p a{
    color:white;
    background-color: #9564aa;
    text-align: center;
    text-decoration-line: none;
    padding: 0.2em;
    border-radius: .40em ;
    
}
/*Navegación*/

header{
    text-align: center;
    background-color: #9564aa;
    color: black;
    padding: 0.9em;
    list-style: none;
    overflow: hidden;
    border-radius: .40em ;
}

#navegacion nav ul{
    display: flex;
    justify-content: center;
    justify-content: space-around;
    margin: 0 0;
    list-style: none;
    text-decoration: none;
}


#navegacion nav ul li a{
    color: #f5f1f1;
    font-family:sans-serif;
    font-size: 130%;
    font-weight: 700;
    list-style: none;
    text-decoration-line: none;
}

#navegacion nav ul li a:hover{
    color: #7e7b79;
    list-style: none;
    text-decoration-line: none;
}

h3 a{
    color:white;
    background-color: #7a08ad;
    text-align: center;
    text-decoration-line: none;
    padding: 0.2em;
    list-style: none;
    border-radius: .40em ;
}

li {
   list-style: none;
    color: #292626;
    text-align: center;
}

/*main*/

/*footer*/
h6 {
      text-align: center;
    list-style: none;
    padding: 0;
    background: #9564aa;
    display: flex;
    color: white;
    color: white;
    display: block;
    text-decoration: none;
    padding: 1rem;
    font-family: sans-serif;
    border-radius: .40em ;
}