@font-face {
    font-family: 'NoonnuBasicGothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noon-2410@1.0/NoonnuBasicGothicRegular.woff2') format('woff2');
    font-weight: normal;
    font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {

  font-family: 'NoonnuBasicGothic';
  font-size: 1em;
  /*line-height: 1.5em;*/
  /*min-height: 100vh;*/
  background-color: papayawhip;
  color: black;
  
  display: block;
  padding: 10px;

}

h1 {
  font-size: 2.5em;
  font-weight: bold;
  /*line-height: 1.2em;*/
  margin-top: 100px;
  margin-bottom: 15px;
}

h3 {
  margin: 3px;
  font-weight: 300;
}

p {
  color: rgb(64, 69, 75);
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: justify;
  /*margin-bottom: 20px;*/ /* Adds 20 pixels of space below each paragraph */
}

img {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 15x auto;
  padding: 15px;
  background-color: white;
  border: 1px solid black;
  box-sizing: border-box;
  /*object-fit: cover;*/
}

/*
figure {
  border: 20px solid white;
  outline: 0.5px black;
  padding: 20px;
}
*/

main, header, footer {
  padding: 40px;
  padding-top: 10px;
  border-style: none; 
  color: #141414;
}

header, footer {
  padding: 50px;
}
