.floating-image-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.floating-image-container {
    position: relative;
    text-align: center; 
    max-width: 100%;
}

.floating-image {
    width: 100%; 
    height: auto;
    max-width: 100%; 
}

.close-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #fff;
    font-size: 10px;
}

.timer-and-close {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
    align-items: center;
}

#timer {
    color: #fff;
    margin-right: 15px;
}
