*{  /*Selector universal*/
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;    
}
body{
    background-color: #EAD9D5;
}
header{ /*Selector de etiqueta*/
    text-align: center;
    height: 20vh;
    background-color: #F2967F;
    display: flex;
    justify-content:center;
    align-items:center;
}
section{
    text-align: center;
    height: 500px;
    width: 300px;
}
.bordesTecnologias{
    border: solid 1px;
}
p{
    margin: 15px;
    text-align: justify;
}
#parr-CSS{
    color:blue;
    font-family:monospace;    
    background-color: aqua;
    text-align: center;
}

.imgTecnologias{
    width: 150px;
    height: 150px;
    margin: 15px;
    border-radius: 5px;
}
.principal{
    width: 1000px;    
    display: flex;
    flex-wrap:wrap;    
    justify-content:space-around;
    margin: 0 auto;
    background-color: #C2AAA4;
    border-radius: 10px;
}
.piePagina{
    height: 10vh;   
    background-color: #F2967F;
    display: flex;
    justify-content: space-around;
}
#tituloPagina{
    font-size: 100px;
}
#Formulario{
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
}
