body {
    color: #302C29;
    font-family: "Noah", Helvetica, sans-serif;
    background-color: #f5f3ef;
    letter-spacing: 0.02em;
    font-size: 1rem;
  }
  
  section {
    padding: 0vw 10vw 0vw 10vw;
    max-width: 1200px;
    align-self: center;
  }
  

  a {
    text-decoration: none;
    color: inherit;
  }
  
  h1 {
    font-size: 8rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding-bottom: 1rem;
  }
  
  h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0.75rem;
    opacity: 70%;
  }
  
  h3 {
    text-transform: uppercase;
    padding: 10px 0px 20px 0px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1rem;
  }
  
  h4 {
    font-size: 2rem;
    line-height: 1.5rem;
    font-weight: normal;
  }
  
  h5 {
    line-height: 1.25rem;
  }
  
  p {
    font-size: 1rem;
    padding-bottom: 1rem;
    line-height: 1.25rem;
  }

  hr {
    opacity: 30%;
  }

  .blog-section {
    padding: 48px 0px 48px 0px;
    border-bottom: #302C29;
  }

  .blog-text {
    padding-bottom: 40px;
  }

  .blog-read-more {
    opacity: 50%
  }

  .blog-body {
    padding: 48px 0px 48px 0px;
  }

@media (prefers-color-scheme: dark) {
   
    body {
        color: #DDDDEE;
        background-color: #082026;
      }
    
  }