body {
  font-family: Arial;
  display: flex; 
  justify-content: center; 
  background: black; 
  color: white; 
  line-height: 1;
  margin: 0;
  padding: 0;
}

.grid {
  display: flex; 
  justify-content: center; 
  width: 100%;
  max-width: none; 
  padding: 0;
}

.bnb_cont {
  text-align: center; 
  width: 85%; 
  padding: 20px 20px;
}

#cont_1 {
  display: block;
}

#cont_2 {
  display: block;
  width: 1300px; 
}

.cont_2_abs {
  display: inline-block;
  vertical-align: top;
}

.bnb_tit_bar {
  display: block; 
  text-align: center;
  letter-spacing: 0.2em;
  font-size: clamp(1.6rem, 2vw + 1rem, 3.5rem);
  font-weight: bold;
}

.bnb_tit {
  display: block;
  font-family:Libre Baskerville;
  font-size: 29px;
  letter-spacing: 0;
  font-weight: bold;
}

.bnb_head {
  display: block;
  font-size: 20px;
  letter-spacing: 0;
  font-weight: normal;
}

.bnb_span {
  display: block;
  font-size: 18px;
  color: white; 
  font-weight: normal;
}

.bnb_span2 {
  display: block;
  color: white; 
  letter-spacing:0.4em;
  font-size: clamp(0.8rem, 2vw, 1.2rem);
  font-weight: normal;
}

.bnb_press_txt {
  display: block;
  font-size: 16px; 
  text-align: left;
}

.bnb_imp_ds_txt {
  display: block;
  font-size: 16px; 
  max-width: 750px; 
  margin-top: 30px;
}

.bnb_link {
  font-size: 15px;
  color: white; 
  text-decoration: underline; 
  font-weight: normal;
}

.bnb_link:hover {
  color: white; 
  text-decoration: none; 
}

.bnb_link2 {
  font-size: 12px;
  color: white; 
  text-decoration: underline; 
  font-weight: normal;
}

.bnb_link2:hover {
  color: white; 
  text-decoration: none; 
}

.bnb_link3 {
  font-size: clamp(0.8rem, 2vw, 1.2rem);
  color: white; 
  text-decoration: underline; 
  font-weight: normal;
}

.bnb_link3:hover {
  color: white; 
  text-decoration: none; 
}

.download-link {
  display: inline-block;
  text-decoration: underline;
  font-size: 16px;
  background-color: black; 
  color: white;
  padding: 15px 5px;
}
.download-link:hover { text-decoration: none; color: white; }

.file-icon {
  position: relative;
  font-size: 28px;
  padding-right: 7px;
}

.dl_abs {
  display: inline-block;
  padding-right: 15px;
}

.home-link {
  display: inline-flex; 
  align-items: center; 
  justify-content: center;
  width: 44px; 
  height: 44px;
  color: #555; 
  text-decoration: none;
}
.home-link:hover { color: white; }
.home-link:focus { outline: 2px solid white; outline-offset: 2px; border-radius: 8px; }


  @media (min-width: 650px) { .grid { width: 650px; } .bnb_press_txt { width: 100%; padding-left: 0px; } }
  @media (min-width: 1000px) { .grid { width: 1000px; } .bnb_press_txt { width: 900; padding-left: 20px; } }
  @media (min-width: 1500px) { .grid { width: 1500px; } .bnb_press_txt { width: 1000; padding-left: 25px; } }
