@charset "utf-8" ;

body {background-color: #fffdf0;
      font-family: sans-serif;
      color: #000000; }

nav ul li a { text-decoration: none;
              color:#000000;
              font-size: 3em;}







* { box-sizing: border-box;
    margin: auto;
    padding:inherit;    }

.contenedor { width: 90%;
              margin: 0 auto;
              background-color: #ffffff;
              padding: 1em; }
.logo { display:flex;
        justify-content: center;}

.h1{display: flex;
    justify-content: center;
    text-align: center;
    background-color: antiquewhite;}
.menu {display: flex;
     justify-content: center;
     text-align: center;
    background-color:#f4a63f;}

#data h2 {
font-family: monospace;
font-size: 20px;
text-align: left;
height: 10px;
}
#data p{
text-align:left;
margin-top: 10px;
width: auto;
font-family: sans-serif;
}
#data{
    display: flex;
    flex-direction: column;
    justify-content: left;
    margin-top: 10px;
}
