.clickable-div-bg {
    transition: transform 0.3s ease;
}

.clickable-div-bg:hover {
    transform: scale(1.025);
}


/* copied from glossary */

.essential {
    padding: 15px;
    background-color: #f8f9fa; /* Light background for readability */
    border-radius: 5px;
    margin-bottom: 20px; /* Space between items */
    font-family: 'Barlow';
}

.essential_subbox {
    padding: 15px;
    background-color: #f8f9fa; /* Light background for readability */
    border-radius: 5px;
    margin-right: 5px; /* Space between items */
    font-family: 'Barlow';
}

.title {
    font-size: 24px;
    font-weight: bold;
    color: #343a40;
    margin-bottom: 10px;
}

.header {
    font-size: 20px;
    font-weight: 600;
    color: #495057;
    margin-bottom: 8px;
}

.footer {
    margin-top: 10px;
}

.detail {
    font-size: 16px;
    color: #6c757d;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

.pipetext {
    color: white;
    background-color: #212f3d;
    opacity: 0.9;
}


.advertbox {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 20px;
}

.advert {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.clickable-div {
    transition: transform 0.3s ease;
    height: 400px
}

.clickable-div:hover {
    transform: scale(1.05);
}

a {
    text-decoration: none;
    color: inherit;
}