@charset "UTF-8";

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 10px;
  padding: 0;
}
th {
    white-space: nowrap;
}
h1 {
    font-size: 4vw;
}
.card-img-top{
    width: 30%
}
.bd-placeholder-img{
    display: flex;
}
.card-title{
    padding-top: .6rem;
    padding-bottom: .6rem;
    padding-right: .6rem;
}
@media only screen and (max-width: 576px) {
  .card-body br {
    display: none;
  }
}