body.normal {
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #212529;
  background-color: #f9f9f9;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Segoe UI Semibold", "Helvetica Neue", Arial, sans-serif;
  color: #111;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  line-height: 1.25;
}

h1.normal { font-size: 2.25rem; }
h2.normal { font-size: 1.75rem; }
h3.normal { font-size: 1.5rem; }
h4.normal { font-size: 1.25rem; }
h5.normal { font-size: 1.1rem; }
h6.normal { font-size: 1rem; }

p.normal {
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #333;
}

strong.normal {
  font-weight: 600;
  color: #000;
}

em.normal {
  font-style: italic;
}

a.normal {
  color: #0d6efd;
  text-decoration: underline;
}

a.normal:hover {
  text-decoration: underline;
}

a.normal:visited{
  color: rgb(130, 1, 182);
}

a.normal.btn-primary:visited {
  color: white;
}

a.normal.btn-outline-primary:visited {
  color: #0d6efd;
}

a.normal.btn-outline-primary:hover {
  color: white;
}

ul.normal, ol.normal {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

li.normal {
  margin-bottom: 0.5rem;
}

label.normal {
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: inline-block;
}

input.normal, textarea.normal, select.normal {
  font-family: inherit;
  font-size: 1rem;
  color: #333;
}


.normal.visually-hidden-focusable {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.normal.visually-hidden-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 1rem;
  padding: 0.5rem;
  background: #ffeeba;
  border: 2px solid #f0ad4e;
  border-radius: 0.25rem;
}

.normal.btn-primary a {
  color: white;
}


