html {
    background-color: rgb(131, 137, 146);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}
#main {
    display: flex;
    flex-direction: column;
    gap: 22px;
    align-items: center;
    width: 100vw;
    justify-content: center;
    position: absolute;
    top: 113px;
    left: 3px;
    z-index: 10;
}
img {
    width: 418px;
    position: relative;
}
.cable {
    height: 17px;
    width: 250px;
}
.cable:hover {
    cursor: pointer;
}
#cuadroSerie {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#cabeceraNSerie {
    background-color: red;
    color: white;
    width: 120px;
    text-align: center;
}
#nSerie {
    background-color: white;
    width: 120px;
    text-align: center;
    font-size: 200%;
}
#recargar {
    border-radius: 5px;
    font-size: 20px;
    padding: 5px;
    border: 0px;
    background-color: blue;
    color: white;
}
#recargar:hover {
    cursor: pointer;
}