/* body {
  background-color: 282A36;
  color: #ffffff;
}

p,
a,
em {
  color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #96D1FB;
}

a {
  color: #9DB0F5
} */


body {
  font-family: "Helvetica Neue", Helvetica;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4rem;
  margin: 0 auto;
  max-width: 768px;
  color: #222;
}

h1 {
  margin-top: 1rem;
  font-size: 3rem;
}

h1,
h2 {
  line-height: 2rem;
}


a,
a:visited {
  color: #009a64;
}

/* Ensure that images fit within the viewport constraints */
img {
  max-width: 80vw; /* 80% of the viewport width */
  
  max-height: 50vh; /* 50% of the viewport height */
  
  width: auto; /* Maintain aspect ratio */
  
  height: auto; /* Maintain aspect ratio */
  
  display: block; /* Remove any extra space below the image */
  
  /* margin: 0 auto; */
  /* Center the image horizontally */
}
