#imageContainer img {
    width: 300px;
    height: 200px;
    margin-top: 10px;
    transition: all 0.3s ease;
}
#div{
    width: 100px;
    background-color: white; 
    border: 1px solid #ccc; 
    border-radius: 20px; 
    padding: 10px;

    box-shadow: 0 2px 4px black; 
    text-align: left; 
}
