#body {
  height: 100vh;
  width: 100vw;
  overflow-x: hidden;
}

#quote-box {
  background: white;
  width: 450px;
  font-family: EngineerHandRegular;
}

@media (max-width:500px) {
  #quote-box {
    width: 400px;
  }
}


#tweet-quote {
  text-decoration: none;
  color: white;
}

#tweet-quote:hover {
  opacity: 0.9;
}

.button {
  color: white;
  border-width: 0px;
  border-radius: 3px;
}

#new-quote:hover {
  opacity: 0.9;
}

.editor {
  color: white !important;
  text-decoration: none;
}

#by {
  color: white;
}