html {
  scroll-behavior: smooth;
}

.website-outside {
  background-color: #f7f9fa;
  display: flex;
  justify-content: center;
}

.website-container {
background-color: white;
display: flex;
flex-direction: column;
max-width: 1400px;
}

html {
  font-size: 16px; /* Sets the base font size so 1em = 14px */
}

body {
    font-size: 1em;
  margin: 0;
  font-family: Helvetica;
}

h2 {
  font-family: 'Linux Libertine', serif;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 22px;
  padding-bottom: 7px;
  margin-top: 21px;
  margin-bottom: 7px;
  border-bottom: 1px solid #b2b9bf;
}

h3 {
  font-family: helvetica;
  font-size: 1.2em;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  line-height: 22px;
  margin-top: 5.040px;
  padding-top: 8.4px;
}

h4 {
  padding-top: 7px;
  font-size: 1rem;
  margin: 0;
}

p {
  font-size: 1rem;
  display: block;
  line-height: 22.4px;
  margin-block-end: 7px;
  margin-block-start: 5px;

}

nav {
margin: 0px 0px 0px 0px;
}

ul {
  font-size: 1rem;
  line-height: 22.4px;
  margin-block-end: 7px;
  margin-block-start: 5px;
  padding-left: 20px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}


