.home-image{
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 150px;
    margin-bottom: 150px;
}

.item-border{
    border: 2px solid black;
}
.item-border:hover{
    box-shadow: 2px 3px 15px black;
}