main {
    max-width:80rem;
    margin: 0 auto;
    padding: 1rem;
}

.as-bolder {
    font-weight: 500;
}

hr {
    border: 1px solid #4DC9D1;
}

h1 {
  font-size: 1.5rem
}

h2 {
    color: #4DC9D1;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    font-family: 'Inria Serif', serif;
    text-align: start;
    font-size: 1.5rem;
  }

  h3 {
    color: #4DC9D1;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    font-family: 'Inria Serif', serif;
    text-align: start;
    font-size: 1.2rem;
  }

  address a {
    color:#6d6d6d;
    text-decoration: none;
  }

  ul li {
    font-family: "Lora", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 160%;
    color: #6d6d6d;
  }

  .as-font {
    color:#6d6d6d;
  }
