@keyframes slideUp{0%{top:0}to{top:-100px}}@keyframes slideDown{0%{top:-100px}to{top:0}}.hidden{animation:slideUp .5s forwards}.visible{animation:slideDown .5s forwards;top:0}
