﻿.container {
    width:310px;
}
@media only screen and (max-device-width: 400px) {

    .justify-content-center {
        justify-content: start !important;
        margin-top:50px;
    }
}