head {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

h2 {
    text-size-adjust: medium; 
    text-align: center;
}

.carrera {
    text-align: center;
}
.avatar { 
    width: 350px; 
    height: 350px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100px;
    margin-top: 60px;

}


.menu {
    font-size: 1.5rem;
    background-color: rgb(244, 187, 255);
    border-bottom: 1px solid rgb(245, 170, 255);
    border-width: 0.2rem;
    padding-top: 10px;
    padding-bottom: 10px;
}

.botones {
    padding: 10px 20px;
    background-color: rgb(220, 103, 255);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 140px;
    font-size: 1.4rem;
    color: rgb(61, 4, 63);
    text-decoration: none;
}

.presentacion { 
    font-size: 2rem;
    font-style: italic;
    font-family: fantasy;
    color: #682379;
}




body { 
background-color: rgb(249, 227, 255);
    text-align: center;
    padding-top: 50px;
}




h3 {
    text-align: center;
    font-size: 2rem;
    text-decoration-line: underline;
    text-transform: inherit;
    -webkit-text-fill-color: blueviolet;
    text-decoration-color: #f081ff;
}

.UBA-TEXTO {
    font-size: 0.9rem;
    text-align: center;
    margin-top: 5rem ;
    border-style: dotted; 
    border-color: #f4adff;
}



article {
    font-family: Arial, Helvetica, sans-serif;
}

/*selectores del tipo class (clase) */
.destacado1 {
    color: rgb(163, 111, 212);
}

.uba-logo {
    margin-left: auto;
    margin-right: auto;
    width: 200px; 
    height: 200px;
    margin-top: 2rem;
}

.icon { 
    display: flex;
    justify-content: center;
    width: 250px; 
    height: 250px;
}

.integrantes {
    display: flex;
    justify-content: center;
}

.destacado1 {
    border-radius: 1rem;
}



.footer {
    font-size: 0.9rem;
    text-align: center;
    margin-top: 2rem ;
    border-style: dotted; 
    border-color: #f4adff;
}