@charset "UTF-8";
/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/style.scss to edit this template
*/
/*
    Created on : Dec 2, 2025, 1:54:45 PM
    Author     : kim
*/
body {
  background-color: #68874d;
  color: white;
  font-family: sans-serif;
  text-align: center;
  margin: 0;
  padding: 0;
}
body #header {
  background-image: url("../images/banner1.jpeg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  overflow: hidden;
}
body #header h1 {
  font-size: 72px;
  margin-top: 75px;
}
body #body {
  font-size: 16pt;
}
body #body p::first-letter {
  font-size: 2.5em;
  font-weight: bold;
  float: left;
  line-height: 0.5em;
  padding-bottom: 0.05em;
  padding-top: 0.2em;
  margin-right: 0.1em;
}
body #body p {
  text-align: justify;
  padding: 0 15%;
}

/*# sourceMappingURL=nh.css.map */
