body{
    background-image: url(fondo.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#logo{
    border-radius: 160px;
}

#Desarrollo{
    background-color: white;
    margin-bottom: 100px;
    margin-top: 100px;
    color: #19ADF7;
    text-shadow: 2px 2px 5px black;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}

.contenedor{
    display: flex;
    justify-content: space-between;


}


#desarrollado{
    background-color: white;
    margin-bottom: 100px;
    margin-top: 1px;
    text-align: right;
    margin-left: 400px;
    font-size: 20px;
    
    
}

.titulo01{
    font-weight: bold;
    text-decoration: underline;
    font-style: italic;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}

#parrafo01{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#definiciones{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.contenedor02{
    display: flex;
    gap: 20px;
    justify-content: center;
    

}

.DEFINICIONES{
   
    border: 2px solid;
    background-color: white;
    width: 250px;
    text-align: center;
    overflow: hidden;
    font-size: 15px;
    border: 2px solid black;


    
}

#HTML01{
background-color:#E34F26 ;
font-size: 20px;
}

#CSS01{

    background-color: #264DE4;
    font-size: 20px;
}

#JavaScript01{
 background-color: #21CC18;
 font-size: 20px;
}

.DEFINICIONES02{
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    text-align: center;
}

#pHTML{
    background-color:transparent;
}

.casa{
    text-align: center;
}