/*
Theories of Everything: Generative Series 001
Phillip David Stearns 2022
FX Hash Version
All Rights Reserved
*/

body {
  margin: auto;
  width: 100vw;
  height: 100vh;
  padding: 0px;
  display: flex;
  background-color: black;
/*  outline: 1px solid green;*/
}

section{
  margin: auto;
  height: 100vh;
  width: 100vw;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
/*  outline: 1px solid red;*/
}

canvas {
  margin: auto;
  padding: 0px;
  display: inline-block;
/*  outline: 1px solid yellow;*/
}

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
body {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
