/* Reset default margin and padding */
body, h1, h2, h3, p {
    margin: 0;
    padding: 0;
    line-height: 17pt;
}

/* Global styles */
body {
    font-family: Arial, sans-serif;
    line-height: 5pt;
    align-items: center;
    justify-content: center;
    
}


.logo-image img {
    border: 2px solid black;
    border-radius: 5px;
    padding: 7px;
    margin-bottom: 10px;
}





.category-home-images img:hover   {
  transform: scale(.90);
 cursor: hand;
}


.categories img:hover   {
  transform: scale(.90);
  cursor: hand;
}


.img img:hover   {
  transform: scale(.90);
  cursor: hand;
}


.view-btn {
    background: lightgrey;
    border: 2px none;
    width:auto;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 7px;
    border-radius: 7px;
}


.view-btn:hover {
    background: teal;
    width:auto;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 7px;
    border-radius: 7px;
    border-bottom: 4px grey;
    border: 2px solid blue;
    cursor: hand;
    font: Arial 25px yellow;
    color: yellow;
}

#view-btn:hover {
   color: yellow;
}

header {
    background-color: #fff;
    color: #666e78;
    padding: 10px 0;
    text-align: center;
}

nav ul {
    list-style: none;
    margin-top: 45px;
}

nav li {
    display: inline;
    margin-right: 20px;
}

nav a {
    color: black;
    text-decoration: none;
    font-weight: bold;
    background: grey;
    margin-top: 48px;
    margin-bottom: 20px;
    padding: 12.5px;
    border: 2px solid black;
    border-radius: 5px;
}


nav a:hover {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    background: black;
    margin-top: 48px;
    margin-bottom: 20px;
    padding: 12.5px;
    border: 2px solid red;
    border-radius: 5px;
}




main {
    max-width: 1600px;
    margin-left: 60px;
    margin-right: 60px;
    margin-top:40px;
    margin-bottom: 40px;
    padding: 0px;
    align-items: center;
    justify-content: center;
}


.trending {
    margin-top:40px;
    background: none;
    border: 2px none;
    width:auto;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 7px;
}


.categories{
    margin-left: 0.1px;
    align-items: center;
    justify-content: center;
}


.category{
    margin-left: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 3px 7px rgba(1, 2, 3, 0.5);
}


.categories img {
    max-height: 80%;
    max-width:70%;
    border: 2px solid black;
    box-shadow: 0 3px 7px rgba(1, 2, 3, 0.5);
}


.thumbnail-container {
  
    border: 2px solid grey;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 7px;
    box-shadow: 0 3px 7px rgba(1, 2, 3, 0.5);
    
}



.thumbnail-card {
    background-color: #2d474d;
    border: 2px solid #e0e0e0;
    border-radius: 15px;
    box-shadow: 0 3px 7px rgba(1, 2, 3, 0.5);
    margin: 8px;
    margin-top: 5px;
    padding: 12.5px;
    text-align: center;
    justify-content: center;
    display: flex;
    margin-bottom: 20px;
}



.category .thumbnail img {
    border: none;
    margin-left: auto;
    border-radius: 10px;
}



.category img {
    margin-left: 1.5px;
    margin-right: 1.5px;
    margin-bottom: 7px;
    width: auto;
    height:auto;
    padding: 5px;
    margin-top:0px;
    max-height: 80%;
    max-width:70%;
    object-fit: cover;
    border: 2px solid grey;
    border-radius: 75%;
    box-shadow: 0 3px 7px rgba(1, 2, 3, 0.5);

    
}

.category img:hover {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    width: auto;
    height:auto;
    padding: 5px;
    margin-top:0px;
    max-height: 80%;
    max-width:70%;
    object-fit: cover;
    border: 2px solid yellow;
    border-radius: 7px;
    opacity: 57%;
    cursor: hand;
    box-shadow: 0 3px 7px rgba(1, 2, 3, 0.5);
}




.big-container {
   background: black;
   color: teal;
   width: auto;
   text-align:center;
   justify-content: center;
   padding: 12.5px 12.5px;
   padding-bottom: 27px;
   padding-top: 12.5px;
}




article {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

article h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

article p {
    margin-bottom: 10px;
}

article img {
    max-width: 100%;
    height: auto;
    border: 2px solid black;
    border-radius: 20px;
}

footer {
    text-align: center;
    padding: 10px;
    background-color: #333;
    color: #fff;
}

/* Responsive adjustments */
@media (max-width: 600px) {
    header, nav ul {
        text-align: center;
    }
    
    nav li {
        display: block;
        margin-bottom: 10px;
    }
    
    main {
        padding: 10px;
    }
}
