body {
  font-family: "Open Sans", sans-serif;
}

.custom-link {
  color: #125f60;
  text-decoration: underline;
}

.custom-link:hover {
  color: #0f4f4f;
}

.card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card img {
  height: 200px;
  object-fit: cover;
  width: calc(100% - 2rem);
  margin: 0.5rem auto;
}

.card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
a {
  color: #084343;
}

.video-small {
  width: 510px;
  max-width: 100%;
}
