@media screen and (max-width: 650px) {
   .arr {
       display: block;
   }
   .copyright {
       display:none;
   }
}