body{
    width: 640px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    background-color: #343a40;
    color: #f8f9fa;
}
h1{
    font-family: 'Roboto';
    font-size: 2em;
}
h2{
    font-family: 'Montserrat';
    font-size: 1.5em;
}
h3{
    font-family: 'Merriweather';
    font-size: 1.25em;
}
li{
    list-style: none;
    color: crimson;
}
#menu>li{
    display: inline-block;
    margin-left: 5px;
}
a{
    text-decoration: none;
    color: #007bff;
}
#menu>li>a{
    color: #f8f9fa;
}
#menu>li>a:hover{
    text-decoration: underline;
}
#pie>li>a:hover{
    color: #0056b3;

}
figure{
    max-width: 90%;
    margin: 0 auto;
}
img{
    width: 100%;
    height: auto;
}

/*
.creepster-regular {
    font-family: "Creepster", system-ui;
    font-weight: 400;
    font-style: normal;
}  
body{
    width: 630px;
    margin: 0 auto;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-variant: small-caps;
}
h1,h2,h3{
    text-align: center;
    letter-spacing: 5px;
}
h3{
    font-family: 'eater', serif;
}
h1{
    text-shadow: 1px;
}
figcaption{
    text-transform: uppercase;
    font-variant: small-caps;
}
p{
    text-align: justify;
    word-spacing: 5px;
    font-family: 'Mexico';
}
#inicio{
    width: 50%;
    background-color: beige;
    direction: rtl;
}

#inicio p{
    white-space: nowrap;
    height: 1em;
    overflow: hidden;
    text-overflow:ellipsis;
}
*/ 