* {
    margin: 0px;
    padding: 0px;
}
header, nav, section, article,footer, figcaption {
    display: block;
}
body {
    text-align: center;
    background: #000;
}
#agrupar {
    width: 90%;;
    margin: auto;
}
#cabecera {
    margin: 20px;
    color: #fff;
    text-shadow: 2px 2px 8px #840A2F;
}
#menu {
    width: 100%;
    border: 2px solid yellow;
    height: 40px;
    display: flex;
}
#menu a {
    flex: 1;
    border-right: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #E20C0F;
}
#menu a:hover {
    color: #fff;
    text-shadow: 2px 2px 4px yellow;
    font-size: 20px;
}
#seccion {
}
#pie {
    width: 95%;
    font-size: 25px;
    margin: 20px;
    margin-top: 50px;
    border-top: 5px solid #7F7F75;
    color: #fff;
    text-shadow: 2px 2px 5px #EAFA06;
}
#pie a {
    color: #fff;
    text-decoration: none;
}
#pie a:hover {
    color: #FAED02;
}
article {
    margin-top: 30px;  
}
p {
    color: #fff;
    font-size: 20px;
    margin-top: 30px;
    text-shadow: 2px 2px 4px red;
}
.link {
    text-decoration: none;
    color: #fff;
    font-size: 25px;
}