p {
    line-height: 1.35;
}

p {
  color: white;
  font-family: "Georgia", Georgia, serif;;
  font-size: 18px;
  font-weight: 50;
}

.custom-spacing {
line-height: 50%;
}

body {
  background-color: rgb(0, 46, 0);
}

h1 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
  color: white;
  text-align: center;
  font-size: 50px; 
  line-height: .1;
}

h2 {
  color: white;
  text-align: left;
  line-height:0px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
  font-size: 30px;
}

h3 {
  color: white;
  text-align: center;
  line-height:31px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
}

b {
  color: white;
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height:1.35;
}

.responsive-img {
  width: 100%; /* Makes the image take up the full width of its container */
  height: auto; /* Automatically adjusts the height to maintain aspect ratio */
  max-width: 600px; /* Optional: ensures the image does not exceed its original size or a max limit */
}

