<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
* {
    margin: 0;
    padding: 0; 
}
.container img {
    width: 45%;margin: 1%;border-radius: 7%;align-items: center;align-content: center;object-fit: contain;
}
figure img {
    max-width: 100%; height: 50vh; object-fit: contain;align-items: center;align-content: center;align-self: center;
}
/* header */
header {
    background-color: #d0b2c8;display: flex;justify-content: space-between;align-items: center;padding:2%;
}
header div {
    display: flex;align-items:center;gap: 10%;width: 95%;justify-content: space-between;
}
header img {
    max-width: 150%;margin-right: 20%;margin-left: 20%;
}
nav li {
    display: flex;justify-content: space-evenly;gap: 3%;align-items: center;
}
nav li ul a {
    color: #784668;font-style:italic;list-style: none;text-transform: uppercase;font-weight: bolder; text-align: center;font-family:Arial, Helvetica, sans-serif;
} 
/*presentaciÃ³n*/
h1 {
color: #d0b2c8;font-size: 3em;font-style: italic; text-align: center;margin: 5%;
}
.presentaciÃ³n img[alt="Avatar de Micaela Ailen Godoy"] {
    display:flex;margin: 0 auto;width: 70%; margin-bottom: 5%;
}
.presentaciÃ³n p {
    margin-bottom: 5%;color: #d0b2c8;font-family:Arial, Helvetica, sans-serif;font-style: italic;
}
.contacto {
    display: flex;justify-content: center; align-items: center;flex-wrap: nowrap;gap: 10%;
}
.contacto h2 {
    width: 100%;text-align: center;margin-bottom: 2%;
}
.contacto img{
   width: 100%;margin-bottom: 5%;
}
h2 {
    color: #d0b2c8;font-size: 2em;font-style: italic; text-align: center;margin: 2%;text-transform: uppercase;font-family: Arial, Helvetica, sans-serif;
}
h3 {
    color: #d0b2c8;font-style: italic;font-family: Arial, Helvetica, sans-serif;text-align: center;margin: 2%;
}
/*lista materias*/
li.materias{
    list-style:none;font-family:Arial, Helvetica, sans-serif;color: #d0b2c8;display: flex;flex-direction: row;flex-wrap:wrap;justify-content: space-evenly;align-items: center;align-content: center;align-self:center;gap: 10%;margin: 5%;
}
body {
    background-color: #956582;
}
.caja {
    border: 50% solid #793f62;border-radius: 30px;padding: 5%; background-color: #793f62;max-width: 70%;margin: 3% auto;object-fit:contain;align-items: center;align-content: center;align-self: center;
}
footer {
    background-color: #d0b2c8;padding:2%
}
footer p {
    color: #784668;font-weight: bold; font-family:Arial, Helvetica, sans-serif;
}</pre></body></html>