#divJuly4 {
    display: none;
    align-items: center;
    justify-content: center;
    width: 500px;
    height: 500px;
    overflow: visible;
}

#divJuly4Gecko,
#divJuly4Gecko2 {
    width: 500px;
    height: 500px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.july4RandomButtonContainer {
    text-align: center;
    z-index: 1002;
    margin-top: 30px;
}

#july4RandomButton {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    background-color: #e41e31;
    border: 2px solid #ffffff;
    color: white;
    border-radius: 5px;
    transition: all 0.3s ease;
}

#july4RandomButton:hover {
    background-color: #ffffff;
    color: #e41e31;
    border-color: #e41e31;
}