function move_up() {
  content.scrollTop -= 230;
}
function move_down() {
  content.scrollTop += 230;
}
