html{
  /*Set some global colors here for quick re-coloring of stuff!*/
  --bg-color: black;
  --darker-color: Red;
  --lighter-color: Red;
  --accent-color: Lime;

  --sidebar-width:140px;
  background-color: White;
  background-image: url(https://file.garden/aOfBtIHwq2KYQkQr/3dgifmaker52814.gif); width: 100%;
  min-height: 100vh;
  position: relative;
}
 
body {
  color: black; /*text color*/
  text-align: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  overflow-x: hidden;
}
