.gallery img {
    width: 18%;
    height: 200px;
    border-radius: 5px;
    cursor: pointer;
    transition: .3s;
    margin: 5px;
}
.row .form-container{
    background-color:aliceblue;
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.form-mg_upload{
margin-top: 5px;
}
