/*
 * Enter any custom CSS here.
 * This file will not be overwritten by theme updates.
*/
#particles-js, canvas {
  display: none !important;
}

body {
  background-color: #161616; 
  background-image: 
    linear-gradient(#161616 1px, transparent 1px),
    linear-gradient(90deg, #161616 1px, transparent 1px);
  background-size: 20px 20px;
}