form { margin: 0px; }

p { margin: 0px; }

::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background:rgba(0,0,0,0); }
::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.5); }
::-webkit-scrollbar-thumb:hover { background: rgba(0, 0, 0, 0.6); }
