/** Morán Noriega, Roberto. (32877155N) DAW 2023 - DIW **/

.analisis
{
    width: 1000px;
}

#textoIONOS, #enlaceIONOS 
{
    display: inline-block;
}

#enlaceIONOS:hover
{
    color: chartreuse;
}

#textoSPEED, #enlaceSPEED 
{
    display: inline-block;
}

#enlaceSPEED:hover
{
    color: chartreuse;
}

#conIONOS
{
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#conSPEED
{
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}