#side-img 
{

    width: 250px;
    height: 250px;
    z-index: 1000;
    border:none;
    border-radius: 5%;
    transition: all 0.5s ease;
}

#side-img:hover
{
    transform: scale(1.1);
}

.image
{
    display: flex;
    justify-content: center;
    align-items: center;
}



