.zoomable-img {
    cursor: zoom-in;
    transition: transform 0.2s ease;
}
.zoomable-img:hover {
    transform: scale(1.015);
}

.hero{
    background-color: #565a66;
    margin-bottom:30px;
    margin-top:30px;
    border-radius:20px;
    padding:30px;
    color: white;
}
