body{
    background-color: azure;
    font-family: "Open Sans", sans-serif,'Franklin Gothic Medium', 'Arial Narrow', Arial;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    margin: 0;
}
/* NAV BAR */
.title{
    font-size: 40px;
    text-decoration: none;
    
}
.nav-bar-head{
    position: fixed;
    background-color: olive;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    min-width: auto;
}
.nav-bar{
    display: inline-block;
    padding: 0 10px;
    padding-left: 15px;
    text-decoration: none;
    max-width: 2000px;
}
a.nav-bar {
    font-size: 20px;
}
a:link{
    color: black;
}
a:visited{
    color: black;
}
a.current{
    color: darkgreen;
}

/* CUERPO DE PAGINA */
.separator{
    margin-top: 120px;
}
.textcontainer{
    background-color: azure;
    border-style: groove;
    border-color: black;
    border-radius: 10px;
    border-width: 5px;
    max-width: 1350px;
    margin: 0 auto;
    padding: 15px 15px;
    text-align: center; 
    margin-bottom: 10px;
}

.article{
    display: inline-block;
    background-color: olivedrab;
    border:  black;
    border-style: groove;
    border-radius: 10px;
    border-width: 5px;

    width: 45%;
    min-height: 150px;
    padding: 10px 10px;
    margin: 10px 10px;
}
.map-container{
    background-color: azure;
    border-style: groove;
    border-color: black;
    border-radius: 10px;
    border-width: 5px;
    max-width: 1000px;
    margin: 15px auto;
    text-align: center; 
    margin-bottom: 10px;
}
