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

header {
    background-color: #f9f9f9;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo img {
    height: 40px;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

nav ul li {
    margin-left: 20px;
}

nav ul li a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}



.content img {
    width: 50vw;
    height: auto;
}

.content {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f2f2f24e;
}

.content h2 {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 40px;
}

.content h3 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 30px;
}

.content p {
    margin-bottom: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 30px;
}

.content li {
    line-height: 25px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    list-style-type: disc;
}

footer {
    background-color: #f9f9f9;
    padding: 20px;
    text-align: center;
    font-size: 14px;
}

.title h1 {
    text-align: center;
}









/* Container for the entire section */
.sli {
    max-width: 100%; /* Adjust for responsiveness */
    margin: 0 auto;
    padding: 20px;
    background-color: #f2f2f2;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Flex layout for responsive design */
.image-container {
    display: flex;
    flex-direction: column; /* Stack elements vertically on smaller screens */
    align-items: center;
}

/* Image styles */
.image img {
    display: block;
    width: 100%; /* Adjust for responsiveness */
    max-height: 40vh; /* Keep the image height within a reasonable range */
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 10px; /* Add some spacing between image and description */
}

/* Description styles */
.description {
    text-align: center; /* Center the content */
}

.description h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #333;
}

.description p {
    font-size: 16px;
    line-height: 1.5;
    color: #666;
}












.credits {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
}

.credits .cont {
    width: 400px;
    height: 150px;
    border: 1px solid black;
    background-color: #f2f2f2;
    text-align: center;
}

.credits .cont p {
    color: red;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.credits .cont a {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background-color: #003cff;
    border-radius: 5px;
    border: none;
    margin-top: 20px;
    transition: background-color 0.3s ease;
}


@media only screen and (max-width: 600px) {
    .logo img {
        height: 30px;
    }

    .content img {
        width: 90vw;
        height: auto;
    }

    .banner {
        height: 40vh;
    }

    .banner h1 {
        font-size: 24px;
    }

    .content {
        padding: 10px;
    }

    .content h2 {
        font-size: 20px;
    }

    .content h3 {
        font-size: 18px;
    }

    .content p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .sli .image-container {
        flex-direction: column;
        padding: 10px;
    }

    .sli .image {
        flex: 0 0 auto;
        padding-right: 0;
        margin-bottom: 10px;
    }

    .sli .description {
        flex: 0 0 auto;
    }

    .sli .description h2 {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .sli .description p {
        font-size: 14px;
    }

    .credits .cont {
        width: 80%;
        height: 120px;
    }

    .credits .cont p {
        font-size: 12px;
    }

    img {
        width: 90vw;
    }

    .logo {
        height: 0;
        width: 0;
    }

    .logo img {
        height: 0;
        width: 0;
    }

    .banner h1 {
        font-size: 20px;
    }

    
}

.vv p {
    text-align: right;
    color: #333;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-right: 10vw;
}