.porcentaje {
    font-size: 200%;    
}

.emes {
    font-size: 2em;
}

.remes {
    font-size: 2rem;
}

div {
    padding: 1rem;
    background-color: rgba(0,0,0,0.1);
}