body{
    background-color:#F0F4F8;
}

img.header-image {
    width: 100%;
    max-width: 650px;
    height: auto;
    max-height: 400px;
    object-fit: cover;
}

/* Overlay Image Alt Text */
.image-container {
    position: relative;
    display: inline-block;
}

.alt-text-overlay {
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    background: #000000cc;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 14px;
    display: none;
    border-radius: 15px;
    text-align: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

.image-container img {
    display: block;
}