.whole h2{
    font-size: 1.4rem;
}
.whole p{
    font-size: .9rem;
}
.after{
    height: 10%;
}
.gallery-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}   
.whole{
    padding: 30px;
}
#empty img{
    width: 85%;
}

