* {
  box-sizing: border-box;
  color: white;
  font-family: 'Fira Code', monospace;
  margin: 5px;
  font-size: 18px;
}

html{
  background: #000;
}

body {
  font-size: 24px;
  margin: 0px;
}

h1 {
  color: #fff;
  font-size: 72px;
  justify-content: center;
  text-align: center;
}

h2 {
  font-size: 32px;
  text-align: center;
}

h3 {
  font-size: 21px;
  text-align: center;
}

h4 {
  font-size: 16px;
  text-align: center;
}

h5 {
  font-size: 12px;
}

.underline {
  text-decoration: underline;
}

.outerContainer {
  display: grid;
  grid-auto-rows: 1fr;
}

.overlayContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.rulesContainer {
  text-align: left;
  background: #1f1429;
  margin: 20px;
  padding: 5px;
  mix-blend-mode: screen;
  border-radius: 5%;
}

.fractal {
  position: absolute;
  margin: auto;
  opacity: 0;
}

.show {
  opacity: 1;
  position: absolute;
  margin: auto;
}

#honey1 {
  margin-left: 20%;
}

#honey2 {
  margin-left: 40%;
}

#honey3 {
  margin-left: 60%;
}

#honey4 {
  margin-left: 20%;
  margin-top: 20%;
}

#honey5 {
  margin-left: 40%;
  margin-top: 20%;
}

#honey6 {
  margin-left: 60%;
  margin-top: 20%;
}

#honey7 {
  margin-left: 20%;
  margin-top: 40%;
}

#honey8 {
  margin-left: 40%;
  margin-top: 40%;
}

#honey9 {
  margin-left: 60%;
  margin-top: 40%;
}

.overlay {
  position: absolute;
  margin: auto;
}

#intro_vid {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  mix-blend-mode: screen;
  max-width: 60vw;
  max-height: 60vh;
}

#enterButton {
  height: 50px;
  width: 150px;
  text-align: center;
}

#fractal_rainbow_wide {
  padding-top: 5%;
  max-width: 60vw;
  max-height: 70vh;
}

#brackets {
  max-width: 70vw;
  max-height: 70vh;
  mix-blend-mode: screen;
}

#intro_image {
  padding: 5%;
  mix-blend-mode: screen;
}

.button {
  background-color: black;
  border: 1px solid white;
  border-style: white;
  color: white;
}

.button_container {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.anim {
  -webkit-animation: colorChange .5s infinite linear;
  -moz-animation: colorChange .5s infinite linear;
  -o-animation: colorChange .5s infinite linear;
	animation: colorChange .5s infinite linear;
}

@keyframes colorChange {
	0% {background: #6300FF;}
  12.5% {background: #0068FF;}
  25% {background: #00FFEC;}
  37.5% {background: #29FF8A;}
  50% {background: #FFEC00;}
  62.5% {background: #FF5500;}
	75% {background: #FF003D;}
  87.5% {background: #FF00DB;}
  100% {background: #6300FF;}
}

.penroseLoading {
  display: block;
  height: 3vh;
  margin: auto;
  -webkit-animation:rotate-center 2s linear infinite both;
  animation:rotate-center 2s linear infinite both
}

/* ----------------------------------------------
 * Generated by Animista on 2020-12-10 6:4:20
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@-webkit-keyframes rotate-center{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate-center{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
