<!-- NOTA: La Prioridad de este articulo tiene que ser 2 y ningun otro articulo puede tener 2 o 1 de prioridad -->
<style type="text/css">
.resumen{
background: transparent;
}
h1{
border: 0px solid transparent;
}
#iniciotext {
width:27vw;
text-align:center;
margin-left:auto;
margin-right:0;
font: normal normal normal 6vh 'Mr De Haviland',cursive;
color: #090408;
}
@media only screen and (max-width: 1024px) {
#iniciotext {
width:27vw;
text-align:center;
margin-left: -13vw;
margin-right:auto;
font: normal normal normal 4vh 'Mr De Haviland',cursive;
color: #090408;
}
}
</style>
<p id="iniciotext">
¡Bienvenidos a mi página web oficial!<br />
¡Les deseo a todos felicidad y prosperidad!<br />
~ Cariños, Audrey Cabrera
</p>