@layer components {

h1 {
  font-size: 24px;
  text-align: center;
}
    h2 {
      font-size: 16px;
    }

    p {
      font-size: 14px;
    }
    p, a {
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

}
