
h1{
    color: aliceblue;
};

body {
    background:red;
}

/* MEnus proyectos  */
.proyectos-nav.nav{
    z-index: 100;
    position: relative;
    /* position:sticky; 
    top: 240px; */
    justify-content: space-around;
    flex-wrap: wrap; 
    margin-top:20px;
    margin-bottom:20px;
}