.jumbotron {
    text-align: left;
    background-color: navy;
    color: white;
}

.row {
    justify-content: center;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }

.display {
    font-size: medium;
}