.column {
    float: left;
    width: 25%;
    padding: 10px;
}

/* Style the images inside the grid */
.column img {
    opacity: 0.8;
    cursor: pointer;
}

.column img:hover {
    opacity: 1;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}


}

/* Expanding image text */
#imgtext {
position: absolute;
bottom: 15px;
left: 15px;
color: white;
font-size: 20px;
}

/* Closable button inside the expanded image */
.closebtn {
    position: absolute;
    top: 10px;
    right: 15px;
    color: white;
    font-size: 35px;
    cursor: pointer;
}



//tab.css


ul {
    list-style: none;
}

.tabs-header {
    display: flex;
    justify-content: center;
    gap: 3rem;
    //background: #333;
    //color: #fff;
    //padding: 1rem 1rem;
}

.tabs-header li {
    cursor: pointer;
    font-weight: 400;
}

.tabs-content {
    //padding: 20px;
    //border: 1px solid #333;
    font-weight: bold;
    //background: #f4f4f4;
}

.tab {
    display: flex;
    flex-direction: column;
}

.active {
    color: orange;
    font-weight: 800;
}


img {
max-width: none;
}
.post-body img {
max-width: none;
}
