@charset "UTF-8"; html { font-size: 62.5%; /* 10px */ font-size: calc(1em * 0.625); /* fix */ } .text-right { text-align: right; }