body{
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(to bottom, #effffe, white);
    color: black;
    line-height: 1.6;
}

.container {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.display-5 {
    font-weight: 600;
    color: #1e8073;
}

.h5 {
    font-weight: 600;
    color: #1e8073;
}

#logo-navbar{
    width: 30px;
    height: 30px;;
}

#navbar{
    background-color:rgb(0, 114, 116);
}

.carousel-item img {
  width: 100%;
  height: 500px;
  object-fit: cover; 
}

#carousel-mar{
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

.btn-custom{
    background-color: #56c3b4;
    color: white;
    font-weight: 600;
}

.btn-custom:hover {
  background-color: #56c3b4;
  color: white;
}

.btn-custom2{
    background-color: #56c3b4;
    border: none;
    color: white;
    font-weight: 500;
}

.btn-custom2:hover {
  background-color: #56c3b4;
  color: white;
}

.card-img-top {
    height: 200px; 
    object-fit: cover;   
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.card {
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.2s ease;
}

.card:hover {
  transform: translateY(-5px);
}

.card-title {
  color: #007d74;
  font-weight: 600;
}