Plantilla:Velocidad/styles.css Ver historial

.contenedor{
    position: relative;
    display: inline-block;
    text-align: center;
}

.centrado{
    position: absolute;
    top: 50%;
    left: 50%;
  font-family: "arial", sans-serif;
  font-weight: 900;
  font-size: 140%;
    transform: translate(-45%, -55%);
}