function medio (){
        document.body.style.fontSize = "1em";
        }
        function grande (){
        document.body.style.fontSize = "1.1em";
        }
        function normale (){
        document.body.style.fontSize = "small";
        }
