
.container, .form-control, h1, h3, p {
  font-family: 'Times New Roman', Times, serif !important;
}

.navbar {
  font-family: 'Times new Roman', sans-serif;
}


.carousel-item img {
  width: 80%;       
  height: 400px;    
  object-fit: cover; 
  margin: 0 auto;   
  border-radius: 20px; 
}

.carousel-caption h5,
.carousel-caption p {
  color: white;  
  text-shadow: 1px 1px 4px white;
}