.body {
  background-color: #333333;
}

.carousel-content {
    color:black;
    display:flex;
    align-items:center;
}

#text-carousel {
  width: 90%
  height: auto;
}

.quote {
  font-size: 20px;
  font-style: italic;
  text-align: center;
}

.source {
  font-size: 14px;
  text-align: right
}
