* {
  margin: 0;
  padding: 0;
  box-sizing: box-border;
}

#quote-box {
  border: 1px solid gray;
  margin-top: 20px;
  margin-bottom: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: black;
}

blockquote {
  margin: 30px;
  background-color: #ffffff;
  opacity: 0.7;
}

#text {
  font-size: 25px;
  color: black;
  opacity: 1;
}

#author {
  font-size: 20px;
}

#tweet-quote {
  float: right;
  padding-bottom: 10px;
}

#footer {
  text-align: right;
  margin-top: 20px;
  font-weight: bold;
  font-size: 0.95em;
}
#footer p {
  margin: 0;
}