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

.logoImage {
  width: 100%;
  max-width: 500px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
 
.logoImages {
  width: 50%;
  max-width: 250px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.header, .subheader {
  font-family: Courier;
  font-style: normal;
  display: block;
}

.header {
  font-size: 46px;
  line-height: 50px;
  font-weight: bold;
}

.subheader {
  margin-top: 10px;
  font-size: 24px;
  line-height: 28px;
}

.tab-pane {
  background: none !important;
}

.tab {
  width: 33%;
  background-color: rgb(255, 247, 246);
}

.img-fluid {
  max-width: 90px;
  height: 30px;
}

.nav-link {
  background: none !important;
  border-bottom: 0px !important;
}

@media screen and (min-width: 450px) {
  .tab {
    width: auto;
  }

  .img-fluid {
    max-width: 120px;
    height: 40px;
  }
}

@media screen and (min-width: 768px) {
  .logoFont {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }

  .logoImage {
    width: 50%;
  }

  .logoImageI {
    width: 50%;
  }

  .header {
    text-align: center;
  }

  .subheader {
    text-align: center;
    display: flex;
    width: 80%;
    margin: 10px auto 0 auto;
  }

  .subheaderFirst {
    display: flex;
    justify-content: space-between;
    width: 70%;
  }

  .subheaderSecond {
    width: 50%;
    text-align: end;
  }
}

@media screen and (min-width: 992px) {
  .header {
    font-size: 54px;
    line-height: 58px;
  }

  .subheader {
    font-size: 28px;
    line-height: 32px;
  }
}

@media screen and (min-width: 1200px) {
  .header {
    font-size: 62px;
    line-height: 66px;
  }

  .subheader {
    font-size: 32px;
    line-height: 36px;
  }
}
