.card {
    width: 300px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.card img {
    width: 100%;
    height: auto;
}

.card-content {
    padding: 20px;
}

.card-content h3 {
    margin-top: 0;
}

.card-content p {
    margin-bottom: 0;
}

.card-link {
    display: block;
    text-align: center;
    padding: 10px 0;
    background-color: #f0f0f0;
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

.card-link:hover {
    background-color: #e0e0e0;
}
.card-section {
    padding: 20px; /* Add padding to the card section */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: transparent; /* Set background of the card section to transparent */
}


.card {
    margin: 10px;
    background-color: #fff; /* White background for the cards */
    /* Additional styles for your cards */
}

body {
    background-image: url('./poze/Dunarea.jfif'); /* Replace 'path/to/your/image.jpg' with the actual path to your image */
    background-size: cover; /* Ensures the background image covers the entire viewport */
    background-position: center; /* Centers the background image */
    /* Additional styles for the body */
    margin: 0;
    font-family: Arial, sans-serif;

}
.header {
    background-image: url('./poze/Dunarea.jfif'); /* Replace 'path/to/your/image.jpg' with the actual path to your background image */
    background-size: cover;
    background-position: center;
    color: #fff; /* Text color */
    text-align: center;
    padding: 20px 0;
}


/* Header title styles */
.header-title {
    font-size: 36px;
    margin: 0;
    /* Additional text styles */
    color: #7CFC00; /* Text color */
}