div#content {
    margin-top: 40px;

}

#content .row div{
    margin:auto;
}

div#content h2 {
    text-align: center;
}

@media (max-width:849px) {
    #content .row {
        width: 90%;
    }
}

.ui-datepicker-title {
    display: flex;
}