* {
margin: 10px auto;
padding: 0;
text-align: left;
list-style: none;
box-sizing:content-box;
font-family: Verdana, Geneva, Tahoma, sans-serif;
color: #262626;
}

/*LOGO DGPC*/
#logo {
margin: 0;
padding: 0 0;
width: 100%;
}

header {
    background-color: #db3f1c;
    color: #fbf7e6;
    padding: 20px;
    margin: -35px 0px 35px 0px;
    width: 100%;
}

/*LINKS*/
a:link {
    color:#262626;
    }
a:visited {
    color:#7a1a04;
    }
a:hover {
    color:#db3f1c;
    }

    /*LINK JUNTO AL LOGO DGPC*/
#vm02links {
    a:link {
        color:#fbf7e6;
        }
    a:visited {
        color:#262626;
        }
    a:hover {
        color:#7a1a04;
        }
}

h1 {
    font-size: 3em;
}

h1, h2, h3 {
    color: #db3f1c;
    font-family: 'Courier New', Courier, monospace;
    margin-top: 1em;
}

h1, h2 {
    display:inline-block;
    margin-bottom: .5em;
    border-bottom-style: solid;
}

body {
    background-color: #fbf7e6;
}

main {
    max-width: 1200px;
    width: 95%;
    max-width: 65rem;
    margin: 0 auto;
}


/*INTEGRANTES*/
.integrantes ul {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
margin: 20px 0;
padding: 0;
list-style: none;
text-align: center;
}

.integrantes li {
display: flex;
flex-direction: column;
align-items: center;
font-weight: bold;
}

.integrantes img {
    width: 15vmax;
    display: block;
    box-shadow: #db3f1c 10px 10px 10px;
    border-radius: 15px;
}



/*INFORMACION UBA*/
#ubainfo {
    font-size: 13px;
    line-height: 1.5em;
    margin-top: 4%;
    margin-top: 2em;
    border-top-style: solid;
    margin-top: 5em;
}

.negritas-uba {
    font-weight: bold;
}


footer {
    font-size: 14px;
    margin-top: 2%;
    max-width: 65rem;
}


/*PLAN*/
.mvp-persona {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}


#poster {
    max-width: 100%;
    height: auto;
    display: block;
}