@font-face {
  font-family: neon;
  src: url("resources/neon.otf");
}
#leaf {
  display: none;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
html,
body {
  height: 100%;
  width: 100%;
}
body {
  position: absolute;
  top: 0;
  min-height: 100%;
  margin: 0;
  background-size: contain;
  background-position: center bottom;
  background-color: black;
}

#bg {
  z-index: -1;
  position: absolute;
}
#main {
  text-align: center;
  top: 20%;
  margin: 0 auto;
  width: 30%;
  position: relative;
}
#min {
  margin: 0;
  font-family: neon;
  color: white;
  z-index: 99;
}
.icon {
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  height: 7%;
  width: 7%;
  color: white;
}
.discord {
  height: 5%;
  width: 5%;
  color: white;
}
#discordtext {
  font-family: neon;
  color: black;
}
.glow {
  color: black;
  font-family: cute;
  transition: all 0.2s ease-in;
  text-shadow: 0px 0px 40px #ffffff;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#cat {
  padding-bottom: 200px;
  display: block;
  margin: 0 auto;
  opacity: 0%;
}
