.reveal blockquote {
  text-align: left;
  padding: 5px 25px;
  background-color: rgb(205, 205, 243);
}

img {
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}

.reveal section .img {
  max-width: 600px;
  max-height: 400px;
}

.reveal section .img-md {
  max-width: 500px;
  max-height: 300px;
}

.reveal section .img-sm {
  max-width: 400px;
  max-height: 300px;
}

.reveal .progress {
  height: 13px;
}

.reveal section .side-by-side {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.cover-wrapper {
  img {
    max-height: 37vh;
    width: auto;
  }

  p {
    margin: 0;
  }
}

.reveal li {
  max-width: 40ch !important;
}

.good {
  color: green;
}

.bad {
  color: red;
}

.emails blockquote {
  padding-bottom: 0 !important;
}

.emails blockquote blockquote {
  background: rgb(175, 205, 243) !important;
  margin-left: 2rem !important;
  margin-right: 1rem !important;
  width: 35ch !important;
  padding: 0 !important;
}

.emails blockquote blockquote blockquote {
  background: rgb(165, 195, 225) !important;
  margin-left: 2rem !important;
}
