.carousel-inner > .item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.background-blur {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  filter: blur(10px);
  z-index: -1;
}

.content-container {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
}

footer {
  text-align: left;
  padding-bottom: 1px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #f8f9fa;
  border-top: 4px solid #000000;
  border-radius: 25px;
}

.tnm-font {
  font-family: 'Times New Roman', serif;
  font-weight: bold;
}

.divider-rounded {
  border-top: 4px solid #bbb;
  border-radius: 12px;
  margin-top: 0px;
  margin-bottom: 6px;
}

.footer-letter {
  font-size: 14px;
  color: #000000;
  max-width: 800px;
  margin: 0 auto 10px;
}

.divider-dashed {
  border-top: 3px dashed #bbb;
  max-width: 800px;
  margin: 0 auto 5px;
}

.footer-copyright {
  text-align: center;
  font-size: 14px;
  color: #000000;
}