* {
    font-family: 'Unica One', sans-serif;
}

body {
    background-color: #D6BADA
}

a,
li {
    list-style: none;
}

header {
    
    display: -webkit-box;
    
    display: -ms-flexbox;
    
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack:distribute;
    justify-content:space-around;
    
}

nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-item-align: center;
    align-self: center;
}

header nav div {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack:distribute;
    justify-content:space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    
}

.oscuro {
    background-color: #39134E;
    
}

.claro {
    background-color: #793884;
}

.paginas a {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20em;
    height: 3em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    
}

a {
    text-decoration: none;
    color: #FFFFA5;
}

a:hover {
    color: #eda13e;
}

h1 {
    text-align: center;
    color: #39134E;
    background-color: #FFFFA5;
}

h2 {
    text-align: center;
    background-color: #793884;
    color: #FFFFA5;
}

#cuerpo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    
}

.pagina1 {
    
    -webkit-box-orient:horizontal;
    
    -webkit-box-direction:normal;
    
    -ms-flex-direction:row;
    
    flex-direction:row;
    border-bottom-style: solid;
    border-right: solid;
    border-bottom-right-radius: 20px;
    border-bottom-color: #39134E;

}

.pagina1 img{
    width: 300px;
    height: 300px;
}

.pagina2 {
    width: 80%;
    margin-left: 2em;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

figcaption{
    color: #39134E;
}

div ul h3 {
    color: #FFFFA5;
    background-color: #39134E;
}

div ul li {
     color: #39134E;
}

.pagina2 img{
   border-style: groove;
    border-radius: 70px;
      
}

.pagina2 img:hover {
    color: #eda13e;
}

