#imageGroup{
    float: left;
    width: 40%;
    margin: 5%;
}
#imageGroup img{
    width: 90%;
    border-radius: 5px;
    margin: 5%;
}
button{
    background-color: rgb(91, 101, 255);
    color: white;
    border-radius: 5px;
    border: 0px;
    padding: 5px;
    margin: 10px;
}
#postDash{
    background-color: white;
    padding: 5%;
    border-radius: 5px;
}
#imgContrl form{
    width: 90%;
    margin: 5%;
    border-radius: 5px;
    background-color: rgb(246, 249, 252);
}
#postDash form{
    width: 90%;
    margin: 5%;
    border-radius: 5px;
    background-color: rgb(246, 249, 252);
}
#postDash input[type="title"], #postDash textarea{
    width: 80%;
    margin: 5%;
    border-radius: 5px;
    border: 0px;
    padding: 5%;
}
#postDash input[type="file"]{
    margin: 10px;
}
#postDash h2{
    text-align: center;
}
#imgContrl{
    background-color: white;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}
#imgContrl input[type="file"]{
    margin: 10px;
}
#textGroup{
    float: right;
    width: 40%;
    margin: 5%;
}
#productShell{
    overflow: hidden;
}

@media only screen and (max-width: 900px) {
    #imageGroup{
        width: 90%;
        margin: 5%;
        float: none;
    }
    #textGroup{
        width: 90%;
        margin: 5%;
        float: none;
    }
}