*, *:after, *:before {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html, body {
  height: 100%;
}

html {
  background: #f4f4f4;
  letter-spacing: 0.36px;
  text-rendering: optimizeLegibility;
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::selection {
  color: none;
  background: none;
}w

a, a:hover, a:active, a:link {
  color: none;
  text-decoration: none;
}

pre {
  color: rgba(255, 203, 5);
}

.leaf {
  background: #000;
  color: rgba(255, 203, 5);
  padding: 10px;
  min-height: 100%;
  cursor: text;
  font-weight: bold;
}

.blue {
  color: rgba(61,125,202);
}

.venusaur1 {
  color: rgba(63, 148, 144);
    font-size: 10px;
}

.venusaur2 {
  color: rgba(123, 183, 183);
    font-size: 10px;
}

.venusaur3 {
  color: rgba(232, 110, 127);
    font-size: 10px;
}

.venusaur4 {
  color: rgba(234, 199, 135);
    font-size: 10px;
}

.venusaur5 {
  color: rgba(95, 149, 105);
    font-size: 10px;
}


.navyblue {
  color: rgba(0,58,112);
}

.leaf-pokemon {
  margin-top: 50px;
  text-align: center;
}


/* Leaves Falling */
