@import url('https://fonts.googleapis.com/css?family=Fjalla+One');
@import url('https://fonts.googleapis.com/css?family=Alfa+Slab+One');
body {
  background-color: green;
}

a,
a:hover,
a:visited {
  text-decoration: none;
  color: white;
}

header {
  height: 40px;
  padding-bottom: 100px;
}

header h1 {
  color: white;
  font-family: "Alfa Slab One", sans-serif;
  text-shadow: 2px 2px 8px #003;
}

#quoteBox {
  background-color: #FFF;
  border-radius: 10px;
  padding: 30px;
}

#quote {
  font-family: 'Fjalla One', sans-serif;
  font-size: 28px;
  color: #000;
  text-shadow: 1px 1px 1px #999;
}

#author {
  font-family: 'Fjalla One', sans-serif;
  font-size: 15px;
  color: #000;
  text-shadow: 1px 1px 1px #999;
}

#theButton {
  color: white;
  font-family: "Fjalla One", sans-serif;
  /*background-color: #C22;*/
}

#twitButton {
  color: white;
  /*background-color: #C22;*/
}

#twitButton i {
  font-size: 20px;
  padding-right: 8px;
}

#machineCreator {
  color: #FFF;
  padding: 5px;
}
