@import url(https://fonts.googleapis.com/css?family=Emilys+Candy);
@import url(https://fonts.googleapis.com/css?family=New+Rocker);
@import url(https://fonts.googleapis.com/css?family=Flavors);
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  background-color: black;
  color: white;
  font-size: 2rem;
  font-family: "Emilys Candy", helvetica;
  display: flex;
  align-items: center;
  justify-content: center;
}

svg {
  /*position: fixed;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);*/
}

#getQuote {
  fill: #663300;
  font-family: "New Rocker", helvetica;
  font-size: 2.3rem;
  cursor: pointer;
  transition: fill 0.4s ease-in-out;
}
#getQuote:hover {
  fill: #cc6600;
}

#exclaim {
  font-size: 1.9rem;
}

#setQuote {
  fill: #ff4d88;
  font-family: "Emilys Candy", helvetica;
  font-size: 1.65rem;
}
#setQuote:hover {
  fill: orange;
}

#q16 {
  fill: #ff99ff;
  font-family: "Emilys Candy", helvetica;
  font-size: 1.3rem;
}

#twitter {
  font-size: 2.5rem;
  transition: fill .1s ease-in-out;
}
#twitter:hover {
  fill: orange;
}

svg text {
  font-family: FontAwesome;
}

#music {
  font-size: 1rem;
}

#window {
  fill: black;
  transition: fill 1.1s ease-in-out;
}

#st {
  fill: khaki;
  font-size: 1.2rem;
}

#grass {
  font-size: 3.2rem;
  fill: green;
}
