body {
  margin: 0;
  line-height: normal;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}
html {
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  scroll-behavior: smooth;
}

:root {
  /* Common Style Variables */

  /* Color */
  --Black: #111;
  --Green: #007371;
  --Heading-color: #fff5e4;
  --Orange: #f15a31;
  --White: #f1f1f1;
  --Yellow: #fcb648;
}

a.about3, a.button, a.button2 {
  text-decoration: none;
  color: inherit;
}

a:focus-visible, button:focus-visible {
  outline: 2px solid var(--Yellow);
  outline-offset: 2px;
}
a.contact-link {
  color: inherit;
  text-decoration: none;
}
a.contact-link:hover {
  text-decoration: underline;
}
