html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

h2 {
  color: #d28a28;
}

h3 {
  color: #046e84;
}

a {
  color: #046e84;
}

b,
strong {
  font-weight: 600;
}
