.text-center {
    background-color: #111;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    z-index: 1;
    text-align: center;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    min-width: 320px;
  }

  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 15px;
  }

  .navbar-brand {
    margin-left: 30px;
    margin-right: 0px;
  }


  .text-center h1 {
    color: white;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    font-size: 1.5rem;
    margin-bottom: 2px;
  }