@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville');
@import url('https://fonts.googleapis.com/css?family=Fira+Sans');
body {
    background-color: rgb(180, 21, 119);
    font-family: 'Libre Baskerville', serif;
}

title {
    background-color:#fff7e8;
    font-family: 'Libre Baskerville', serif;
   
}
title {color: bisque}

.imgRedonda {
    width:259px;
    border-radius:135px;
    border: 9px solid #f2afdb;
}

p1 {
    color: rgb(235, 229, 77)}

p { color:antiquewhite
    
}
p2 { color:rgb(251, 255, 154) }
h1 { color: rgba(255, 228, 196, 0.82)}

h2 { color: rgb(255, 250, 124)}

h3 { color: floralwhite}

nav {
    background-color:bisque;
 display:block     
}

header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-content: space-between;

}            
header nav ul li a {
    color: floralwhite;
     text-decoration-color: none;
    background-color: beige;
    display: block;
    text-align: center;
}
footer { font-family: 'Fira Sans', sans-serif;}