body {
  background-color: #32322C;
  font-size: large;
  font-family: Calibri, sans-serif;
  color: #1A2628;
}

footer {
  background-color: rgba(26, 22, 22, 0.5);
  box-shadow: 0 -1px 5px 0 rgba(116, 86, 86, 0.75);
}

.oleo-font {
  font-family: 'Oleo Script', cursive;
}

.social-link:hover {
  text-decoration: none;
  opacity: 0.5;
}

.card {
  background-color: rgb(229, 232, 221);
}

.movie-title {
  font-size: 32pt;
}

.title {
  color: rgb(3, 94, 231);
  font-size: 60pt;
  letter-spacing: 10px;
}

.dave-fave strong {
  /* font-size: 48pt; */
  font-size: 36pt;
  color: #FF8C00;
}

.tmdb {
  width: 48px;
  height: 48px;
}

.created-by {
  font-size: xx-large;
}

@media only screen and (min-width: 920px){
  .movie-info-item {
    font-size: x-large;
  }

  p {
    font-size: larger;
  }
}

@media only screen and (max-width: 768px){
  .movie-info-item {
    font-size: large;
  }

  .created-by {
    font-size: x-large;
  }
}