.center-box {
    width: 40%;
    min-width: 200px;
    background-color: #D4C9BE;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
  }

  body, html {
    height: 100%;
    margin: 0;
    padding: 0;
  }
  /* Custom Jumbotron style */
  .jumbotron-custom {
    background-color: #123458;
    color: white;
    padding: 2rem 2rem;
    margin-bottom: 0;
  }

  .jumbotron-custom h1 {
    margin-bottom: 0.5rem;
  }
  .content-wrapper {
    min-height: calc(100vh - 200px); /* Ensure it's always the space from the jumbotron to the bottom */
  }