body {
  color: #23408f;
  background-color: #99ccff;
}

h5 {
  font-size: 0.95rem;
}

.language-selector button {
  height: 55px;
  width: 160px;
  font-size: 16px;
}

.language-selector li a {
  color: #23408f;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.card {
  color: black;
  background-color: #cce6ff;
}

@media (max-width: 767px) {
  .card-video {
    height: 276px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .card-video {
    height: 378px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .card-video {
    height: 513px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .card-video {
    height: 614px;
  }
}

@media (min-width: 1400px) {
  .card-video {
    height: 715px;
  }
}

footer {
  color: #f9eeee;
  background-color: #222222;
}
