.top {
  background-color: #f4b5c0;
  color: #ffffff;
  padding-top: 100px;
}

.quotewrap {
  height: 200px;
}

.clouds {
  background-image: url("https://eslkidsgames.com/Flash/ESL%20Conversation%20Questions/randomquote_bgclouds_small-Kids.png");
  background-repeat: repeat-x;
  height: 360px;
}

#newQuote, #tweet {
  color: #ffffff;
}

.btn-quote, .btn-tweet {
  border: 2px solid #ffffff;
  background-color: #23abc1;
}

.btn-quote:focus, .btn-tweet:focus {
  outline: none;
}

.buttonhover:hover {
  background-color: #64c4d4;
  color: #ffffff;
}

.instructions {
  color: #64c4d4;
}