#img{

    width: 350px;
    height: 500px;
}

#main-container{

    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}

#image-footer{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}