.img-container{
    width: 15rem;
    height: 15rem;
    margin: auto;
    align-content: center;
}

img{
    max-width: 100%;
    max-height: 100%;
    transition:all .1s ease;
}

img:hover{
    transform: scale(1.5,1.5)
}

li {
    margin: 1rem;
}
