body {
    font-family: Arial, sans-serif;
}

header {
    background: green;
    height: 150px; /* Ajusta la altura según tu preferencia */
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

header h1 {
    color: white;
}

header p {
    color: white;
}

.navbar-brand {
    font-weight: bold;
}

.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #333;
    color: #fff;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    text-decoration: none;
    color: #ddd;
}

.carousel-item img {
    max-height: 600px;
    object-fit: cover;
}
