function resizeText(multiplier) {
  document.body.style.fontSize = parseFloat(multiplier) + "em";
}
