body {
height: 100%;
background: #FBCC00;
}

#quote-box {
  border-radius: 15px;
  box-shadow: 7px 10px 5px;
  background: #C9A465;
  text-align: center;
  margin: auto auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40em;
  height: auto;
  padding-bottom: 2em;
}

#text {
  color: white;
  padding: 1em 1.5em 0;
}

#author {
  color: white;
  font-size: 1.5em;
  padding: 2em;
}

#new-quote {
  background: #5C9EDA;
  color: white;
}

#tweet-button {
  height: 48px;
}
