body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f8f8f8; /* Light background for the entire page */
}

header {
    background-color: #6a1b9a; /* Vibrant purple header */
    color: #ffffff;
    text-align: center;
    padding: 1em 0;
}

header nav ul {
    list-style: none;
    padding: 0;
}

header nav ul li {
    display: inline;
    margin: 0 15px;
}

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


.main {
        max-width: 1200px;
        width: 75%;
    }
    
    .slider-wrapper .image-list {
       display: flex;
      
       gap: 18px;
       overflow-x: auto;
       position: relative;
       grid-template-columns: repeat(5, 1fr);
    }
       
    .slider-wrapper .image-list .image-item {
        width: 325px;
        height: 400px;
        object-fit: cover;
        margin: 10px;
    }
    /*.slider-wrapper .image-list .one{
        color: #cc0070;
        background-image:url(../img/wisetag2.png);
        justify-items: center;
        max-height: 400px;
        background-repeat:no-repeat;
        text-align:center;
        line-height: 1.5;
    }*/
    .slider-wrapper .image-list .three{
        max-width: 250px;
        max-height: 250px;
    }

    .slider-wrapper .image-list .one p{
        position: absolute;
        bottom: 8px;
        right: 16px;
        color: rgb(158, 22, 22);
    }
    .comment {
        margin: auto;
        text-align: center;
        max-width: 80%;
    }
    span{
        color: #cc0070;
      }
      .lillevideo {
        margin: 25px auto;
      }
      .span2 {
        color: #6a1b9a;
      }
      @media only screen and (max-width: 950px) {
	
    .slider-wrapper .image-list {
        flex-wrap: wrap;
        justify-content: center;
        padding: 20px;
        }
    }


footer {
    background-color: #6a1b9a; /* Matching the header's vibrant purple */
    color: #ffffff;
    text-align: center;
    padding: 1em 0;
}
