.nav{
    margin-bottom: 10px;
    box-shadow: 2px 2px 12px 2px #ccc;

}
.modal-dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}